YAFLogo

bertb
  • bertb
  • 64.4% (Friendly)
  • YAF Camper Topic Starter
15 years ago
When selecting a user profile via the Members list, the height of the avatar tab is too small to show the avatar.
Never say "OOPS!" always say "Ah, Interesting!"
Sponsor
bertb
  • bertb
  • 64.4% (Friendly)
  • YAF Camper Topic Starter
15 years ago
I found a solution/workaround for this.

The cause is the "reflection.js" script that is used in some themes. This script changes the html container for all images having the "avatarimage" CssClass.

So, in pages/profile.ascx I changed the CssClass of the asp:Image with ID="Avatar" to "avatarimg" and it's working fine now.


Never say "OOPS!" always say "Ah, Interesting!"