« See all FAQs for Agora HTML5 Template
HOW CAN I MAKE THE FULLSCREEN GALLERY AUTOSLIDE?
This trick works both for home gallery and fullscreen gallery page. Open “js/vegas/vegas.home.config.js” file (or “js/vegas/vegas.fullscreen.config.js”). Check lines 32-33 (or 36-37).
There you will find 2 useful options to manage the gallery, set them to “false” or “true” up to your needs:
var autoSlideOnInit = false; var preloadBackgrounds = false;

