Image width changed
-
Hello,
I’m trying to insert an image on my front Page, but it seems that it is being automatically resized.
I am using Mandigo Theme with the 3 column options, but for the Home page I am using a modified template, without the sidebars. (https://www.hellonico.com)
The text seems to be showing fine (from side to side), but the image is being resized to the same width of the central column of my posts page (https://www.hellonico.com/blog).
Even dough, the style.css.php has the value:
p img { max-width: 100%; }
the width is being changed.The image has the following attributes:
<p align="center"><a href="https://www.site.com/folder" title="title" target="_blank"><img src="https://www.site.com/folder/image.jpg" title="title" alt="A random sample image" border="0" width="939" /></a></p>
If I remove the value
<div class="entry">
from my Page php template, the image size does not change, but Internet Explorer does not show properly (no problems in firefox)I read that IE explorer does not respect the max-with attribute.
I’m a newbie at this and I’m going nuts…
Is there a workaround?
Thanks!!!
- The topic ‘Image width changed’ is closed to new replies.