I've been wrestling with this all afternoon. It seems that none of this helps:
http://msdn.microsoft.com/en-us/lib...etext.aspx I've also tried customizing the image size without luck -
<active:groupimage id="imgGroup" imagename='<%# Bind("GroupIcon") %>' imagesize='medium' imagealt='<%# Bind("GroupName") %>' runat='server' /> imagesize='mini' and imagesize='sm' are all I can find.
What I'd love is a way to get the group image to be linked to the group, and have the title="GroupName" - and to size the image 80px by 80px. Any hints?
Doing something like this would be nice:
[AS:CONTROL:GROUP]
<a href="[AS:GROUP:GROUPURL]">
<img border="0" src="[AS:GROUP:GROUPIMAGE]?&h=80&w=80" title="[AS:GROUP:GROUPNAME]" />
</a>
[/AS:CONTROL:GROUP]