kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.33k stars 5.88k forks source link

iPhone13 Pro (iOS15.1) lazyLoad: 'progressive' not working #4148

Open sunotora opened 2 years ago

sunotora commented 2 years ago

====================================================================

[ http://jsfiddle.net/j5w061Lp/2/ ]

====================================================================

Steps to reproduce the problem

  1. Generate a carousel with multiple images that are heavy enough.
  2. Set "lazyLoad" to "progressive".
  3. View on iPhone 13 Pro

====================================================================

What is the expected behaviour?

  1. Carousel will be displayed
  2. The image inside will be lazily loaded.

====================================================================

What is observed behaviour?

  1. The number of images is displayed vertically until all images are loaded.
  2. The carousel is displayed after loading is complete (see the first image).

====================================================================

More Details