Skip to content

Instantly share code, notes, and snippets.

@woogists
Last active March 9, 2018 15:23
Show Gist options
  • Save woogists/764eb860519596f9f141c837ae94a081 to your computer and use it in GitHub Desktop.
Save woogists/764eb860519596f9f141c837ae94a081 to your computer and use it in GitHub Desktop.
[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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment