twiggs
Member
Posted 5 months ago #
I am using My White Theme and I usually post images 560px wide, as I work them all on PS to have the same size.
My content is 800px wide and I was trying to upload an image 800px wide as well and the image does not show up as wide as the text and I can't figure out why!
Can someone help me with this?
Thank you!
Robert.Vidrine
Member
Posted 5 months ago #
@twiggs,
It would help immensely if you post a link to your site. There are lots of possible reasons why the image would not appear 800px wide. Have you looked at the properties of the image itself (click on the image, then the little "landscape icon") to see if the settings on the image are to be less than full size?
twiggs
Member
Posted 5 months ago #
sorry, you are right! here it is: http://www.aplacefortwiggs.com/
but now there are only 560px images, because i was just testing the post with a wider image.
and yes, i have seen those properties and it says full-size... that is why i don't understand where am i failing!
thank you! ;)
Robert.Vidrine
Member
Posted 5 months ago #
That does help.
On line 109 of your style.css, there is a max-width property for images in your entries
div.entry img {
border: medium none;
height: auto;
max-width: 540px;
}
This is keeping your images from getting bigger than 540px wide.
(I used Firebug to inspect the CSS properties applied to your images...)
mr49online
Member
Posted 5 months ago #
@twiggs, yes Robert is right. it works for me...
Thanks, Robert.
twiggs
Member
Posted 5 months ago #
@Robert thank you so much! I looked through the CSS but didn't find that line of code! Now everything makes sense... and i was thinking that my images were 560px... well, they are, but they get re-sized for 540px, which is not that much of a difference for my eyes.
Thread solved ;)