ashiq hossen, ashiq, ashiq vai, ashik , ashik hosen,

Apply css on the image 

selector img{

    object-fit: cover;

    object-position: top;

    transition: 2s;

}

selector img:hover{

    object-fit: cover;

    object-position: bottom;

    transition: 2s;

}




Leave a Comment