Shopify themes, liquid, logos, and UX
how can I make the images zoom or shrink when hovering over multicolumn images
shop - circle6.co
Solved! Go to the solution
This is an accepted solution.
Hi @VicexGrips
You can follow the following steps:
1. Please go to the Online Store.
2. Then Edit Code.
3. Please find the theme.liquid file.
4. Please add code before closing the tag </head> tag.
<style>
.multicolumn-card__image-wrapper .media { transition: transform .5s; }
.multicolumn-card__image-wrapper .media:hover { transform: scale(1.1); }
</style>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
This is an accepted solution.
You can do that by update code like this
.multicolumn-list__item.center .media--adapt img {
left: 0 !important;
transform: unset !important;
transition: transform .5s;
}
.multicolumn-card .multicolumn-list__item.center .media--adapt:hover img {
transform: scale(1.5) !important;
}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hi @VicexGrips
Please add this code to Custom CSS of the multiple columns section
.multicolumn-card__image-wrapper .media { transition: transform .5s; }
.multicolumn-card__image-wrapper .media:hover { transform: scale(1.1); }
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
This is an accepted solution.
Hi @VicexGrips
You can follow the following steps:
1. Please go to the Online Store.
2. Then Edit Code.
3. Please find the theme.liquid file.
4. Please add code before closing the tag </head> tag.
<style>
.multicolumn-card__image-wrapper .media { transition: transform .5s; }
.multicolumn-card__image-wrapper .media:hover { transform: scale(1.1); }
</style>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
it works! but it makes it bigger rather than shrink
or maybe we can do a smoother animation like this? https://dev4sb-test.nimbusweb.me/share/6816404/egeiouc12avwz68hb4i6
actually It looks good just the image overlaps sometimes how can we fix that?
This is an accepted solution.
You can do that by update code like this
.multicolumn-list__item.center .media--adapt img {
left: 0 !important;
transform: unset !important;
transition: transform .5s;
}
.multicolumn-card .multicolumn-list__item.center .media--adapt:hover img {
transform: scale(1.5) !important;
}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
User | RANK |
---|---|
203 | |
170 | |
79 | |
56 | |
49 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023