Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 104029

bheadrick on "[Plugin: WooCommerce - excelling eCommerce] How to achieve Responsive Images"

$
0
0

for some crazy reason, woocommerce has image width set like this:
div.product div.images img,#content div.product div.images img{width:100%}
when it should be this:
div.product div.images img,#content div.product div.images img{width:auto; max-width:100%}

this will prevent images from stretching out beyond their natual size, but will allow them to collapse if the div they are in is more narrow


Viewing all articles
Browse latest Browse all 104029

Trending Articles