Highlighted / B&W Grid Gallery
Look Demo
Add this hover animation to the grid gallery block. This plugin uses css editor and works with all template families.
How To Install
Insert a Gallery Block on your page, upload your images, and give each image their own title.
From the Design style setting, adjust to your liking. Below are the suggested settings. Cropping your images to the selected aspect ratio is also recommended.
When done, save the gallery and page.
Next, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
// Grid Gallery Highlighted BW // @media all and (min-width:770px){ .sqs-block-gallery .sqs-gallery-design-grid img{ -webkit-transition: all .3s ease-in-out !important; -moz-transition: all .3s ease-in-out !important; -o-transition: all .3s ease-in-out !important; transition: all .3s ease-in-out !important; } .sqs-block-gallery .sqs-gallery-design-grid .slide:hover img{ -webkit-filter: grayscale(0%); filter: grayscale(0%); } .sqs-block-gallery .sqs-gallery-design-grid:hover img{ -webkit-filter: grayscale(100%); filter: grayscale(100%); } }
Customize
You do not need to change any of the values or properties.
License
This plugin comes with an Unlimited Use License. View License Terms