All things Shopify and commerce
URL: https://jsdqft-gs.myshopify.com/
EXPECTATION: https://glamedge.co/
Hi @randytheasian, Follow these steps:
Go to Online Store > Themes:
Add CSS for the Zoom Effect:
.slideshow__image {
transition: transform 5s ease-in-out;
}
.slideshow__image:hover {
transform: scale(1.1); /* Zooms in on hover */
}
If you want the zoom to happen automatically:
.slideshow__image {
animation: zoomEffect 15s infinite;
}
@keyframes zoomEffect {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
Save, and refresh your website, and the slideshow images will zoom in and out smoothly!
If you need further assistance, feel free to reach out—I’d be happy to help!
Hi, there's no effects on slideshow images after adding both of the codes you've provided. Could you refer to https://glamedge.co/ . I'm trying to make the zoom effect like theirs.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025