Scroll image

 

CSS CLASS
Image Class: website-img

 Box Container: website-box

CSS

 

/* box container */
.website-box {
height: 300px;
overflow: hidden;
}


/* website image position */
.website-img img{
object-fit: contain;
object-position: 0px 0px;
transition: object-position 6s ease;
}