Answers for "css image scale and crop"

CSS
0

crop image instead of resize css

img {
    object-fit: cover;
}
Posted by: Guest on January-24-2022
1

css crop image

.imgContainerDiv {
  overflow: hidden;
}
Posted by: Guest on June-26-2021

Browse Popular Code Answers by Language