Magnific-Popup icon indicating copy to clipboard operation
Magnific-Popup copied to clipboard

How to implement an autoplay for the image gallery?

Open q2apro opened this issue 2 years ago • 0 comments

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);

q2apro avatar Aug 18 '23 04:08 q2apro