pinkchoux Posted May 2, 2022 Share Posted May 2, 2022 (edited) Site URL: https://tiger-keyboard-84dw.squarespace.com/ Hello, Page password is 5722 I am currently using this code for hover-zoom effect for List Item Images in my page, however I would like for the entire image to zoom on hover (maybe enable overflow or something) and not just zoom inside the box (hidden overflow). The screenshot of the airplane png on the right is same for the 2 other images, the images zoom within the box so it looks weird and cut off. Code is: .list-item:hover .list-image {transform:scale(1.2); transition: 1s} .list-item .list-image{overflow:visible!important} Edited May 2, 2022 by pinkchoux Link to comment
tuanphan Posted May 5, 2022 Share Posted May 5, 2022 Don't remove any code in your current code. Add this to Design > Custom CSS .list-item-media-inner { overflow: visible !important; clip-path: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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