Answers for "how to resize image"

2

how to resize image

<img width=280px, height=250px src="grepper.jpg">
Posted by: Guest on March-07-2022
1

resize image

img {
 max-width: 100%;
 max-height: 100%;
}
.cat {
 height: 200px;
 width: 200px;
}
Posted by: Guest on March-03-2022
0

image resize

object-fit: cover;
width: 100%;
height: 250px;
Posted by: Guest on February-03-2022

Browse Popular Code Answers by Language