• Resolved fuad87

    (@fuad87)


    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: ”
    },

Viewing 1 replies (of 1 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi @fuad87,

    Sorry to say you but the “Autoplay” image slideshow isn’t available into the plugin.

    autoplayVideos: true,

    Means: when a video slide loads then video starts to play autmatically.

    We searched around the web but there no tweak found to implement the autoplay. In the future, if any update by swipe box lightbox author then we will implement it. We requested to the author for it here.

    Please share feedback about the plugin and support.

    Thanks

    • This reply was modified 5 years ago by A WP Life.
Viewing 1 replies (of 1 total)
  • The topic ‘How can I turn on autoplay for image gallery?’ is closed to new replies.