Reply To: Big images on WooCommerce page

Home Forums Support Big images on WooCommerce page Reply To: Big images on WooCommerce page

Home Forums Support Big images on WooCommerce page Reply To: Big images on WooCommerce page

#229167
MaksymPS

I tried next but it didn’t help…

.woocommerce div.product div.images img { width: auto; }

and

add_filter('loop_shop_columns', 'loop_columns');
if (!function_exists('loop_columns')) {
	function loop_columns() {
		return 4; 
	}
}

🙁

Maybe the problem is here?

### Server Environment ###

Server Info: Apache
PHP Version: ❌ 5.4.45 - We recomend a version of PHP 5.6.

This is in WC > System Status