Image size being ignored! - Joomla! Forum - community, help and support
on fresh install on j3 , want show images , height being ignored , j3 showing real size of image!
im using standard template installer.
and want show images in size code!
code: select all
<img src="/images/image-01.jpg" height="80">im using standard template installer.
and want show images in size code!
most being overridden css rule img:
mick.
code: select all
img {
max-width: 100%;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}mick.
Comments
Post a Comment