fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Manuel Singh

Loom: https://www.loom.com/share/c7bcdb3a143744d6b7a688268499772c

Golam Kibria

Hi Manuel,

Please add the following snippet to your child theme’s functins.php file.

add_filter( 'woo_variation_gallery_thumbnail_slider_js_options', 'wvg_gallery_thumbnail_slider_serialize_js', 10, 1 );
function wvg_gallery_thumbnail_slider_serialize_js( $thumbnail_slider_js_options ){
$thumbnail_slider_js_options['centerMode'] = false;
return $thumbnail_slider_js_options;
}

If you don’t have a child theme, you can use the Code Snippets plugin to add the snippet.

Thank You