[WooCommerce 360 Image] Change the speed of the animation
add_filter( 'wc360_js_speed', 'wcs_360_custom_speed' ); function wcs_360_custom_speed() { return 30; }