Home › Forums › WoodMart support forum › 360view speed › Reply To: 360view speed
May 12, 2023 at 2:55 pm
#466478
Luke Nielsen
Keymaster
Hello,
Please add the below code to the fucntions.php file in your child theme. Additionally, kindly remove the previously provided code.
add_filter( 'woodmart_three_sixty_framerate', function () {
return 20; // Default 60;
});
Kind Regards