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!
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
so if want restrict width use joomla bootstrap code - give 50% text 50% image:
regards,
robert
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
Post a Comment