Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eedee

    (@eedee)

    If you know javascript you can get the slider instance you want and change its options. You need your unique slider id which you can find in the frontend or in the Backend Advanced Settings. Then Do:

    document.querySelector('#gutenslider-qx0gcmeyr .slick-slider').slick.setOption('autoplaySpeed', 100, true);

    where you have to replace #gutenslider-qx0gcmeyr with your unique id. The second parameter is the speed you want to set in milliseconds (100 in the example).

    If you do not have javascripting knowledge, or want to support us, you can buy the pro version which has a handy slider to control the autoplay speed.

    • This reply was modified 3 years, 10 months ago by eedee.
    Thread Starter poonamewb

    (@poonamewb)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to control Autoplay speed?’ is closed to new replies.