Disable smooth height for #12868
This commit is contained in:
parent
926384f20c
commit
4abe2b8025
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue