buura Posted December 23, 2022 Share Posted December 23, 2022 Hi. I have some carousel sections and I want to apply zoom hover effect on those photos. Link to comment
bycrawford Posted December 23, 2022 Share Posted December 23, 2022 Do you have the URL for your site? If you can be more specific we can give you a coded solution 🙂 Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How I make $500k/year designing Squarespace websites: Watch the video 📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. Link to comment
bycrawford Posted December 23, 2022 Share Posted December 23, 2022 2 minutes ago, buura said: https://chameleon-cranberry-dedh.squarespace.com/config/pages pw: thanksforhelp The password doesn't seem to work if you could double check it please? Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How I make $500k/year designing Squarespace websites: Watch the video 📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. Link to comment
bycrawford Posted December 23, 2022 Share Posted December 23, 2022 2 hours ago, buura said: https://chameleon-cranberry-dedh.squarespace.com/config/pages changed as: 12345 Thank you! Here is the code: .user-items-list-item-container { .user-items-list-carousel__slide { pointer-events: initial; } li:hover img { transform: scale(1.5) !important; transition: 0.2s; } } Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How I make $500k/year designing Squarespace websites: Watch the video 📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. Link to comment
buura Posted December 23, 2022 Author Share Posted December 23, 2022 Thank you very much! can you also help me about the zoom out? One more thing, when I drag my cursor to the section, the effect recognizes the cursor from beginning of the border but I only want it to start from the images' borders. Is this possible? Link to comment
Solution bycrawford Posted December 23, 2022 Solution Share Posted December 23, 2022 1 hour ago, buura said: Thank you very much! can you also help me about the zoom out? One more thing, when I drag my cursor to the section, the effect recognizes the cursor from beginning of the border but I only want it to start from the images' borders. Is this possible? You can lower the scale value but this doesn't zoom out. Unless you mean something else? If you mean make the zoom *back* out segment smooth, use this code: .user-items-list-item-container { .user-items-list-carousel__slide { pointer-events: initial; } li img { transition: 0.8s; } li:hover img { transform: scale(1.5) !important; transition: 0.2s; } } And on your point about the hover value, I don't know sorry. Begona 1 Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How I make $500k/year designing Squarespace websites: Watch the video 📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. Link to comment
buura Posted December 24, 2022 Author Share Posted December 24, 2022 13 hours ago, bycrawford said: You can lower the scale value but this doesn't zoom out. Unless you mean something else? If you mean make the zoom *back* out segment smooth, use this code: .user-items-list-item-container { .user-items-list-carousel__slide { pointer-events: initial; } li img { transition: 0.8s; } li:hover img { transform: scale(1.5) !important; transition: 0.2s; } } And on your point about the hover value, I don't know sorry. thank you very much! bycrawford 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment