Hi!
My product images appears into wrong sizes on my wordpress site.
They are supposed to be 300px × 300px, but they are scaled/resized to 126px × 126px.
Why are they resized automaticlly and how do I change this so they will be in 300x300 pixels instead?
I use the Twenty Eleven Theme and WP Version 3.4.2 with Woocommerce.
Here is a link to the page:
wrong size on thumbnails
The ecommerce plugin is re-sizing the images inside the .products class using CSS:
ul.products li.product
{
float: left;
margin: 0 3.8% 2.992em 0;
padding: 0;
position: relative;
width: 22.05%;
}
Very grateful for answers :-)
BR Mattias