Hi there,
I’ve already resized the photos on the desktop version, but now I need to adjust them for mobile as well. The goal is to make sure all the shoes fit properly within the box. I’ll send two pictures where you can clearly see the issue. Thanks a lot for your help! 
Website: https://81e325-28.myshopify.com/
0007
1 Like
Hello @radaApeta
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
@media screen and (max-width: 767px){
button.thumbnail img{
object-fit: contain !important;
}
}
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.