Quote:
Originally Posted by PhilJ
That depends on what kind of HTML you want to display. If you want to use columns in the descriptions, utilise the Bootstrap responsive grid system.
|
Thank you for your help.I have added this code in head tag
HTML Code:
{literal}
<style>
.erb-image-wrapper img{
max-width:100% !important;
height:auto;
display:block;
}
</style>
{/literal}
and call the html code in body
<div class="erb-image-wrapper">
My code here
</div>
But it is not working in Firefox.Can you please provide me browser specific code?
Thanks.