Documentation

Everything you need to get started with Blocksy Theme and Companion

Change Quick View image aspect ratio

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';
});
Not the solution you are looking for?

Please check other articles or open a support ticket.