sachinchoolur / lightgallery.js

Full featured JavaScript image & video gallery. No dependencies
https://sachinchoolur.github.io/lightgallery.js/
Other
5.3k stars 596 forks source link

IOS images are sometimes displayed before loaded is complete resulting in a partial image #196

Closed ghost closed 3 years ago

ghost commented 3 years ago

The issue is timing dependent and only occurs a small minority of the time. The fix is easy though.

lightgallery.js | 1.2.0 | May 20th 2020 On line 246 set startClass: '' rather than 'lg-start-zoom'.

// startClass: 'lg-start-zoom', startClass: '',

This issue is real and has been reported numerous times. I found the solution in the jquery version of lightgallery.

https://github.com/sachinchoolur/lightGallery/issues/745#issuecomment-748567423 https://github.com/sachinchoolur/lightGallery/issues/745#issuecomment-778750343

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. If the issue is still valid for version 2.x, please re-open. Apologize for not responding on time. Thank you for your contributions.