dimsemenov / Magnific-Popup

Light and responsive lightbox script with focus on performance.
http://dimsemenov.com/plugins/magnific-popup/
MIT License
11.38k stars 3.5k forks source link

How to implement an autoplay for the image gallery? #1199

Open q2apro opened 10 months ago

q2apro commented 10 months ago

How to implement an autoplay for the image gallery that switches to the next element every x seconds?

I have checked the documentation. This feature seems to be missing.

Maybe an idea for a future implementation?


This would work (just need to add a button to trigger the interval):

setInterval( function() { $('.mfp-arrow-right').click() }, 5000);