Hello,
Just have a small issue with the home page of my website. Note that I am just starting out with the starter plan so not sure if that is why?
https://cheekysneaks-7934.myshopify.com/
The thumbnail images on the website do not fit the square thumbnail. I was expecting them to auto adjust in the square box which looks like it is a 284 x 284 square. If you click on the product then the images look good.
Please see screenshot below. Many thanks!
Luke
1 Like
@Cheekysneaks
hello,
Please use square images on grid. currently image size wide.
Because we change the size of image with coding than grid look is not good like this,
so i will suggesting you use the square image on products.
Thankyou 
1 Like
Hi @Cheekysneaks
I would like give you a solution.
-
Go to Online Store β Theme β Edit code https://prnt.sc/XkUYXZPnym_E
-
Open your base.css in the Assets folder.
-
Paste the below code at the end of the file. https://prnt.sc/2o18VWRD_CU0
.collection .product-card-wrapper .card__media img{
object-fit: contain !important;
}
.collection .product-card-wrapper .card__inner{
background: rgba(0,0,0,0) !important;
}
Result:
Best regards,
GemPages Support Team
Hi @Cheekysneaks ,
This is Victor from PageFly - Landing page builder, Iβd like to suggest this idea:
Step 1. Go to Online Store β Theme β Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
Hope my answer will help you.
Best regards,
Victor | PageFly
@GemPages @PageFly-Victor @shreyhweb ,
Thanks for your suggestions, I think because I am on the starter package, I donβt see the three ellipse and the option to edit code. I will try and amend to pics to square them off for the time being.
Thanks for your time and suggestions.
Luke
1 Like