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.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024