Blog Image Hover
Interactive scale for blog images on hover. Available for both Squarespace 7.0 & 7.1 official templates.
Copy and paste the code below - instructions found here
- version 7.0
.summary-thumbnail-image:hover {
transform: scale(1.02);
transition: transform .2s cubic-bezier(.235,0,.05,.1)!important;
}
.summary-thumbnail-image {
transition: transform .2s cubic-bezier(.235,0,.05,.1)!important;
}
- version 7.0
.blog-item .image:hover {
transform: scale(1.02);
transition: transform .2s cubic-bezier(.235,0,.05,.1)!important;
}
.blog-item .image {
transition: transform .2s cubic-bezier(.235,0,.05,.1)!important;
}
For Squarespace official templates only. May not work with third-party templates or in conjunction with other plugins that affect the same components. If you have any problems or questions, please contact us!