Support Forum
finally! yes! someone using my easter egg theme!
the avatar image up by the login stuff is coming out 90x90 for me...
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
finally! yes! someone using my easter egg theme!
Irt really looks like Easter but I just enabled it to make sure the theme I edited was not causing the problem.
the avatar image up by the login stuff is coming out 90x90 for me...
??? I see you're using Firefox, have you right-clicked the avatar then Image information? It says 90px x 90px (resized to 89px x 89px)
I mean it's not possible that both my Firefox and IE9 setup is showing different than someone else.
I dont know... it might be because of the way things are oriented there... you might try moving the plainsection containing the image into the big plainsection div right below it... I think it will still float left in there...
Visit Cruise Talk Central and Mr Papa's World
on the layout, yet... but its not us resizing... at least not directly...
so you need to play with the layout... looks like maybe the plainsection div with avatar is floated left... then the next div containing everything else in there is full width but 'blocked' by the floated div... so it might be auto limiting based on width...
which is why I suggested playing with the layout a bit...
Visit Cruise Talk Central and Mr Papa's World
The layout... I'm out of ideas. I'm now having like 6 hours straight messing with this. And that is after removing plugins, using one of your theme, using another WP theme.
It's beyond me that even if I force the img with style="width: 90px; height:90px;" it is still not showing correctly.
If I do this
<div class="spImg spLeft" style="width: 91px;">
it works but should I really stick to that or try to find the problem? Is the problem only on my side or this could be experienced by some others too even if there are currently no report because we must admit that it's mostly unnoticed, it took me a few days before finding out. The fact I was seeing all other avatar in post displayed correctly then one day I noticed that the one at the top was not as sharp as all other so I investigated and discovered it was resized.
Ok I will try something else, I will try to restore the original icons and see what happen.
we have no other reports of it yet... and I cannot duplicate on my test sites... larger than 50 (only went up to 100 in steps of 10) avatars work fine... I do not see that same resized note looking at the image info in FF...
any other plugins for wp that affect images?
Visit Cruise Talk Central and Mr Papa's World
bet this is your problem... from the suffision theme
.page-template-no-sidebars-php .entry img {
max-width: 99%;
}
will limit images in size...
so in your theme or theme reset css... add
#spMainContainer img {max-width: 100%;}
Visit Cruise Talk Central and Mr Papa's World
Ok I had enough and did this:
#spMainContainer .spImg { width: 91px; }
Maybe the best solution for now, or forever, as I doubt we will find what the problem is.
Could have used this:
#spMainContainer .spAvatar { width: 91px; }
but I guess any smaller image would get enlarged while with the 1st option the 91px space will always be showing and the image will simply fit in without being resized at all.
1 Guest(s)