Hi @mxaxm ,
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
- Assets/base.css
- Add code below to end of file
.card__media .media img {
object-fit: contain !important;
transform: scale(1) !important;
}
Main issue: Product thumbnails in Shopify’s Refresh theme appear zoomed by default and zoom further on hover. The goal is to show images at their normal size with no hover magnification.
What worked (Refresh):
Notes on other themes:
Key concepts:
Attachments/links: Screenshots and store links were shared; CSS snippets are central to the solution.
Status: Resolved for the original poster (Refresh). Additional follow-ups for Craft and Flow received guidance but lack final confirmation.
Hi @mxaxm ,
May I suggest to update code these steps:
.card__media .media img {
object-fit: contain !important;
transform: scale(1) !important;
}