Krys23 Posted September 30, 2021 Posted September 30, 2021 Hey everyone! I've been trying to apply the attached code (using the .grid-item class) to an image/link that's inside of a Portfolio Grid for the past hour. 😑 Is this possible? .gallery-grid-item img:hover {height:100%!important; width:100%!important; transform:Scale(1.2); overflow:hidden!important; transition-duration:1s} .gallery-grid-item {overflow:hidden!important}
Beyondspace Posted September 30, 2021 Posted September 30, 2021 59 minutes ago, Krys23 said: Hey everyone! I've been trying to apply the attached code (using the .grid-item class) to an image/link that's inside of a Portfolio Grid for the past hour. 😑 Is this possible? .gallery-grid-item img:hover {height:100%!important; width:100%!important; transform:Scale(1.2); overflow:hidden!important; transition-duration:1s} .gallery-grid-item {overflow:hidden!important} Can you share your url with protected password? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Krys23 Posted October 1, 2021 Author Posted October 1, 2021 2 hours ago, bangank36 said: Can you share your url with protected password? https://ellipsoid-sheep-a8d9.squarespace.com/ password: website1 thank you!
Beyondspace Posted October 1, 2021 Posted October 1, 2021 4 hours ago, Krys23 said: https://ellipsoid-sheep-a8d9.squarespace.com/ password: website1 thank you! Try in Design > Custom Css section[data-section-id="6153b69fd17b870f6ac9ffed"] { .grid-item { .grid-image-inner-wrapper { img { transition: transform 1s; } } &:hover { .grid-image-inner-wrapper { img { transform: scale(1.5); } } } } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Krys23 Posted October 1, 2021 Author Posted October 1, 2021 6 hours ago, bangank36 said: Try in Design > Custom Css section[data-section-id="6153b69fd17b870f6ac9ffed"] { .grid-item { .grid-image-inner-wrapper { img { transition: transform 1s; } } &:hover { .grid-image-inner-wrapper { img { transform: scale(1.5); } } } } } Works perfectly, thank you so much.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.