Disable smooth height for #12868

This commit is contained in:
Mike Jolley 2017-01-27 15:37:35 +00:00
parent 926384f20c
commit 4abe2b8025
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ class WC_Frontend_Scripts {
'flexslider' => apply_filters( 'woocommerce_single_product_carousel_options', array(
'rtl' => is_rtl(),
'animation' => 'slide',
'smoothHeight' => true,
'smoothHeight' => false,
'directionNav' => false,
'controlNav' => 'thumbnails',
'slideshow' => false,