// Rollover Image Effect //
Tue Mar 09 2021 23:47:32 GMT+0000 (UTC)
Saved by
@sabinesmith
// Rollover Image Effect //
.sqs-gallery-block-stacked .sqs-gallery {
position: relative;
}
.sqs-gallery-block-stacked .sqs-gallery .image-wrapper:hover ~ .image-wrapper {
opacity: 1;
}
.sqs-gallery-block-stacked .sqs-gallery .image-wrapper ~ .image-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease-in;
}
content_copyCOPY
https://www.ghostplugins.com/steps/110fne84
Comments