• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 11.11.21, 13:26
  • Opened by: luigi viscovo
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22583 - MOBILE: Pages CMS not show images in the page

MOBILE: When I am in the boutique page, the images are not displayed.

Comments

Fred 11 Nov 2021, 21:45

Could you please give me a link to a page where I can see the issue?

Fred 15 Nov 2021, 10:47

Yes, I see
Make sure you have mandatory parameters “width” and “height” in the source code of the page content. Those parameters has to be in pixels (not percent)
look like this

...<img src="https://..." width="100" height="100"...