How to regenerate thumbnail height for product shop page?
-
Hi,
I need to set fixed height for all single products of grid layout to avoid overflows and layout breaks. Woocommerce by default crops width of all images, but unfortunately the same isn’t done to height.
add_theme_support( 'woocommerce', apply_filters( 'storefront_woocommerce_args', array( 'single_image_width' => 416, 'thumbnail_image_width' => 324, 'product_grid' => array( 'default_columns' => 3, 'default_rows' => 4, 'min_columns' => 1, 'max_columns' => 6, 'min_rows' => 1, ), ) ) );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to regenerate thumbnail height for product shop page?’ is closed to new replies.