daniel spainhour
asked 8 years ago

I have the brickstore theme, please see my settings below:

thumbnail size/medium size/large size all set to 2000X2000
Have tried with crop selected and not selected
also have used regenerate thumbnail plugin,
however on my ‘Shop’ page, the image preview cuts off the head of the model.
the image size is 1024X[proportion] so im not sure why this is happening. At first the full image was being displayed on all but 2 of the images, then the regenerate plugin ran, and all images were cropped. I can’t see how to undo the cropping or to make the thumbnail size larger. Please advise.

url: toallthatweare.com/shop

2 Answers
DominicStaff
answered 8 years ago

I have checked your site but I don’t know about the default image that you used. After checked your site and I see that this is an image that you upload into your product.
http://toallthatweare.com/wp-content/uploads/2016/03/reflection-small-300×300.jpg
And it’s completely normal. Please send me username & password of your site via private answer for further checking.

shang
answered 6 years ago

Hello

I have same issue
and the color box didn’t work
there’s my site
http://mymy1959.com/product/woo-single-2/

Dominic Staff
replied 6 years ago

We have checked your site and see that it's bug come from the theme with the latest version of the Woocommerce, you can add the following code to the style.css file to fix image full-width. We are checking to fix this issue and update it for the next version, we will try to release it as soon as possible.

.

We have checked your site and see that it's bug come from the theme with the latest version of the Woocommerce, you can add the following code to the style.css file to fix image full-width. We are checking to fix this issue and update it for the next version, we will try to release it as soon as possible.

.woocommerce div.product .images .woocommerce-product-gallery__image {
margin-top: 5px;
float: left;
display: block;
}

.woocommerce-product-gallery__image:nth-child(n+3):nth-child(-n+5) {
margin-left: 6px;
}

.woocommerce div.product .images .woocommerce-product-gallery__image img {
width: 135px;
object-fit: cover;
}

Powered by DW Question & Answer Pro