-1

What can I do to work also good on IPhone/iPad? Thank you!

On MAC it works...

Here is the github url

The problem is one the shop page. The pics are png.

https://paulus1991.github.io/ecommerce/#/

Paulus EVU
  • 11
  • 5

1 Answers1

0

Answer

I guess it is image size issue with iOS.
When I check your [website>shop] the image size is 1200 * 1200 pixel.
But There is some size rules in IOS. So, I think your image file is too large to render in iOS.

The maximum size for decoded GIF, PNG, and TIFF images is 3 megapixels.

Referecne

  1. iOS Image not appearing - StackOverflow
  2. Resource Rules - iOS Document
Stark Jeon
  • 1,107
  • 9
  • 24