jacquelinestuerzl Posted July 29 Share Posted July 29 Hello! I need help with the CSS to have my portfolio page zoom in on hover, AND expand past the original dimensions of the image (so you can properly see a zoomed in image). I've tried a multitude of the various answers given throughout this forum, but no matter what I paste into custom CSS, nothing works. Thank you in advance for the help! https://www.jacquelinestuerzl.com/spirits Link to comment
tuanphan Posted July 31 Share Posted July 31 Add to Design > Custom CSS /* Image hover */ div.image-block:hover img { transform: scale(1.3); transition: all 0.3s ease; } div.image-block img { transition: all 0.3s ease; } Lesum 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
jacquelinestuerzl Posted August 13 Author Share Posted August 13 Still not working. I've had to add borders too, to my listings, to make everything square. I can't believe that it doesn't allow separate sized images for different products. Link to comment
tuanphan Posted August 15 Share Posted August 15 On 8/14/2023 at 1:55 AM, jacquelinestuerzl said: Still not working. I've had to add borders too, to my listings, to make everything square. I can't believe that it doesn't allow separate sized images for different products. I just tested, the hover code still works here. Can you keep code in CSS box? We can check it again easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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