Problem with Images dimension in Joomla - Joomla! Forum - community, help and support


hi there

i using joomla hot hostel template. have major problem here whenever add image article image stretched, covering space in page, can not constrain image dimension.
i have not problem in modules. big problem me because can not add image articles because become stretched.

please help!

its difficult without url give answer.

the width of image 100%.
http://demo.hotjoomlatemplates.com/host ... post-title


code: select all

.contentrow img {
    width: 100%;
    max-width: 100%;
}



so if want restrict width use joomla bootstrap code - give 50% text 50% image:

code: select all

<div class="row-fluid">
<div class="span6">text</div>
<div class="span6">img here</div>
</div>


regards,

robert





Comments

Popular posts from this blog

Upgrade 3.4.8 to 3.5.1 failed "download package failed" - Joomla! Forum - community, help and support

Joomal 3.6.3 update error - PHP temporary folder is not set - Joomla! Forum - community, help and support

Fatal error during instalation - Joomla! Forum - community, help and support