360 degree view – fast scrolling
-
HI, where can I adjust the speed of the image scrolling using the bottom navigation menu, please?
When I click the arrows, the product scrolls by two slides instead of one. I would like it to move more gradually using the arrows.
I’m attaching link on video preview in Private content
Thank you.
Hello,
Use the code below to decrease the speed of 360 scrolling:
add_filter( 'woodmart_three_sixty_framerate', function () {
return 20; // Default 60;
});
Define it in the functions.php file in your child theme.
Kind Regards