Ptphotography Posted January 12, 2021 Share Posted January 12, 2021 Good day, Please help us with the code to zoom in the product images on hover. We want it to have the same effect as our gallery page: https://www.ptphotography.com/stmoritz-badrutts-palace-hotel-switzerland This is code we used for the gallery page if it is helpful: .gallery-grid-item img:hover{height:100%!important; width:100%!important; transform:Scale(1.2); overflow:hidden!important; transition-duration:.5s} .gallery-grid-item {overflow:hidden!important} This is the link for our product page we want zoomed in:https://www.ptphotography.com/destination-trial Thank you in advance, K Link to comment
tuanphan Posted January 13, 2021 Share Posted January 13, 2021 Add to Page Header <style> .grid-item:hover img { transform: scale(1.9); transition-duration:.5s; } .grid-image {overflow:hidden!important;} </style> Ptphotography 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
Ptphotography Posted January 13, 2021 Author Share Posted January 13, 2021 @tuanphan I am forever grateful! Take care always 😊 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