Blog Item Hover

Interactive scale for blog items 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-item:hover {
    transform: scale(1.01);
    transition-duration: 0.2s;
}

.summary-item {
  transition-duration: 0.2s;
}

- version 7.0

.blog-item:hover {
  transform: scale(1.01)!important;
  transition-duration: 0.2s;
}

.blog-item {
transition-duration: 0.2s;
}

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!