Responsive images on category description and product description

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeResponsive images on category description and product description

This topic has been marked as not resolved.

Hello,

I was wondering if is possible to insert a Responsive image on the description of a product or category.

How can I do that?

I attached an screenshot of and example on my site.

Thank you,

January 7, 2016 at 6:58 pm #44303

Hi,

You can use this quick fix:

img {
  height: auto;
}

Add these styles from the Pavilion CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

January 8, 2016 at 11:19 am #44309

Hello,

I added to the Custom CSS and still the issue.

January 8, 2016 at 8:57 pm #44323

Hi,

You need to remove the inline styles (width and height) from the image. Unfortunately, you will have to do this every time you insert an image, as CKEditor automatically will add such styles.

BR,
ThemeBurn team

January 13, 2016 at 11:26 am #44357
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.