Vertical Scroll for Images

PHOTO EMBED

Thu Sep 07 2023 21:15:39 GMT+0000 (Coordinated Universal Time)

Saved by @shadowtek

/*Image Smooth Scrolling Effect*/
selector{
    -webkit-transition: ease-in-out 4s !important;
    transition: ease-in-out 4s !important;
}
selector:hover{
    background-position: center bottom !important;
}
content_copyCOPY