Closed Yakouaho closed 3 months ago
slideShowInterval parameters don't take effect
lightGallery(document.getElementById('gallery'), { slideShowInterval: '10000' });
<div class="grid" id="gallery"> <figure class="grid-item" data-aos="zoom-in" data-src="./img/img000001.jpg"> <a href="./img/img000001.jpg"><img src="./img/img000001.jpg" alt="" /></a> </figure> <figure class="grid-item" data-aos="zoom-in" data-src="./img/img000002.jpg"> <a href="./img/img000001.jpg"><img src="./img/img000002.jpg" alt="" /></a> </figure> ... </div>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
slideShowInterval parameters don't take effect
JS code that you use to initialize lightGallery.
Sample HTML markup
Environment
Additional context