Home Forums WoodMart support forum How to slow down the playspeed of 360 product view?

How to slow down the playspeed of 360 product view?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #394510

    woodmart
    Participant

    I’ve tried your function code and added to the child theme,changed 300 to 300000,and 300 to 1,didn’t work…still the same.

    #394593

    Hello,

    Please remove the code chnage and upload more images, the more images, the slower rotation.

    If you have any questions please feel free to contact us.

    Best Regards

    #394647

    woodmart
    Participant

    But it will slow down the page loading speed….

    #394826

    Hello,

    Please try to add this code to the functions.php of the child theme:

    add_filter( 'woodmart_three_sixty_prev_next_frames', function () {
    	return 1;
    } );

    If you have any questions please feel free to contact us.

    Best Regards

    #394922

    woodmart
    Participant

    It worked…Thx!!!

    #395136

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘How to slow down the playspeed of 360 product view?’ is closed to new replies.