Home Forums WoodMart support forum 360 degree view – fast scrolling

360 degree view – fast scrolling

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #633139

    jaroslav
    Participant

    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.

    #633371

    Luke Nielsen
    Member

    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

Viewing 2 posts - 1 through 2 (of 2 total)