Home › Forums › CSS › Issues With Woo Commerce Related Products Image Sizes › Reply To: Issues With Woo Commerce Related Products Image Sizes
August 28, 2013 at 7:19 am
#148368
Member
I suspect you are trying to change too much in one go.
This
.woocommerce .related ul.products li.product img,
.woocommerce-page .related ul.products li.product img,
.woocommerce .upsells.products ul.products li.product img,
.woocommerce-page .upsells.products ul.products li.product img,
.woocommerce .related ul li.product img,
.woocommerce-page .related ul li.product img,
.woocommerce .upsells.products ul li.product img,
.woocommerce-page .upsells.products ul li.product img {
width: 100%;
height: auto;
}
changes the image properties for a lot of places.
In any case, that’s not what you seem to be asking for.
This is the HTML for just one of those images :http://codepen.io/Paulie-D/pen/HclgC
Huge isn’t it and I haven’t even added in any of the CSS.
There is a lot to overcome..I suspect that a lot of that cr*p is being added dynamically and will be tough to overcome.