This topic has 7 replies, 3 voices, and was last updated 7 years, 1 months ago ago by Olga Barlow
HI
I created my shop and my images on the category and product pages are all different sizes, and I want them to all to be the same size, without cropping the picture. Even if that means some images have to shrink to fit in proscribed “box”, that is fine.
the support team give me a solution that corp the picture and its not good for me
can you give me any other solution ?
MY DEMO SITE IS http://www.ennosoft.net
THANK YOU
Hello,
Could you please provide temporary wp-admin access in Private Content to check your image settings and give appropriate tips?
Regards
all the images are import from urls in excel file
and the images are in different sizes
Hello,
If al the source images for your products are the different size then there are 2 ways to align the products:
1) to use the hard crop for the images to make them all in one size
2) to add custom max-height for your images.
But the best way to avoid the problem with images is using proportional images. Just edit your images before uploading and use the images with the same size for all the products.
I have removed the min-width for your images. Check the grid now.
Regards
HII
“I have removed the min-width for your images. Check the grid now.” ->
WHERE IS THE CONFIGURATION ?? WERE CAN I SEE IT?
Hello,
1) I have added custom styles in your custom CSS http://prntscr.com/hncbes
2) It’s because one image is square, another one – landscape and you did not use hard crop. I have added the following styles to align your images
.content-product .product-content-image {
min-height: 270px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
Check now.
Regards
You must be logged in to reply to this topic.Log in/Sign up