CSS Classes:
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;
}
Javascript
Thanks for the guide. Tutorial was well put together and easy to follow. Stay blessed.
Glad you enjoyed it!
Thanks!! Great trick, you saved buying a plugin