Hey, im having issues with the pictures that are displayed when viewing the product. I want the second picture, third and so on to be a bit bigger and I want them to be aligned. At the moment, the pictures are too small and they don’t align. One picture is bigger than the other. How can I fix this issue
Url example of the issue on my store https://ciklo-centar.myshopify.com/collections/brdski-bicikli/products/bicikl-specialized-rockhopper-elite-29-sgegrn-oakgrn-xl-2022
1 Like
Hello @farispreljevic
Do you want it like this: https://prnt.sc/CRJMafFbp37G
Thank you and hope to hear from you.
Best regards,
GemPages Support Team
Hi @farispreljevic ,
This is Richard from PageFly - Landing page builder, Because your images are not the same size, when aligned equally, the image will be cropped. If you still want to adjust, you can follow the following solution::
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
.product__photos .product__thumbs .image-wrap {
padding-bottom: 100% !important;
}
.product__photos .product__thumbs .image-wrap > a {
height: 80px;
}
.product__photos .product__thumbs .image-wrap img {
height: 100%;
object-fit: cover;
}
I hope it would help you
Best regards,
Richard | PageFly
Thanks a lot for your help