metafizzy / flickity-fullscreen

Enable fullscreen view for Flickity carousels
46 stars 17 forks source link

Autoplay carousel on fullscreen? #28

Closed Probablybest closed 4 years ago

Probablybest commented 4 years ago

I'm using the flickity carousel with the fullscreen option. However is there a way to get the fullscreen option carousel to autoplay? Currently all the fullscreen demo's I've seen you have to manually do it.

Here are my carousel options: var options = { cellSelector: '.gallery__slide', cellAlign : 'center', pageDots : false, prevNextButtons : false, accessibility : false, wrapAround : true, imagesLoaded : true, pauseAutoPlayOnHover: false, fullscreen: true, lazyLoad: 1, autoPlay: 7000 };