How to change the speed of the slideshow banner op the venture theme
Here's my response for your query.
1. Go to your global.js file which located at (i.e. sites\all\themes\venture_theme\js\global.js). 2. Go to line 47 and add the below code:
global.js
slideshowSpeed: 1500,
And manage "speed limit" as per your requirement.
Hope this helps you.
Thanks
Comments
Comment #1
saurabh.dhariwal commentedHere's my response for your query.
1. Go to your
global.jsfile which located at (i.e. sites\all\themes\venture_theme\js\global.js).2. Go to line 47 and add the below code:
slideshowSpeed: 1500,And manage "speed limit" as per your requirement.
Hope this helps you.
Thanks
Comment #2
vidit.anjaria commentedComment #3
gauravvvv commented