woogists
3/9/2018 - 3:15 PM

[WooCommerce 360 Image] Change the speed of the animation

[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;
}