How can I turn on autoplay for image gallery?
-
Hi
I am using a free version image gallery plugin from here: https://www.ads-software.com/plugins/new-album-gallery/
I am trying to turn on autoplay option for my image gallery. Autoplay option has set “true” but unfortunately it is not working. Do I need to change anywhere more? Here is the below code:
;( function ( window, document, $, undefined ) {
$.swipebox = function( elem, options ) {
// Default options
var ui,
defaults = {
useCSS : true,
useSVG : true,
initialIndexOnArray : 0,
removeBarsOnMobile : true,
hideCloseButtonOnMobile : false,
hideBarsDelay : 3000,
videoMaxWidth : 1140,
vimeoColor : ‘cccccc’,
beforeOpen: null,
afterOpen: null,
afterClose: null,
afterMedia: null,
nextSlide: null,
prevSlide: null,
loopAtEnd: false,
autoplayVideos: true,
queryStringData: {},
toggleClassOnLoad: ”
},
- The topic ‘How can I turn on autoplay for image gallery?’ is closed to new replies.