By default, the Quick View gallery aspect ratio has a 1:1 image ratio. If you want to change this, you can use this snippet below.
add_filter('blocksy:woocommerce:default_product_ratio', function ($ratio) {
return '1/1';
});
By default, the Quick View gallery aspect ratio has a 1:1 image ratio. If you want to change this, you can use this snippet below.
add_filter('blocksy:woocommerce:default_product_ratio', function ($ratio) {
return '1/1';
});
Please check other articles or open a support ticket.
Subscribe to our newsletter and receive the latest theme updates and important news directly to your inbox.