Text block added images does not size automatically.

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeText block added images does not size automatically.

This topic has been marked as not resolved.

I added an image to a text block and when it showed on a mobile it was squished.
The solution i found was in the image advanced feature…style: width: 100%; height: 100%;
instead of the px’s.
Is that the correct way or is there another setting somewhere?

Cheers,
Frank

August 23, 2015 at 1:39 am #42795

Hi Frank,

You can use this fix:

img {
  height: auto !important;
}

BR,
ThemeBurn team

August 28, 2015 at 11:11 am #42900
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.