Jump to content

Zoom on hover on product list

Recommended Posts

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

Add to Page Header

<style>
  .grid-item:hover img {
    transform: scale(1.9);
    transition-duration:.5s;
}
.grid-image {overflow:hidden!important;}
</style>

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.