6 lines
89 B
CSS
6 lines
89 B
CSS
.smaller img {
|
|
width: min(100%, 500px);
|
|
height: auto;
|
|
object-fit: contain;
|
|
}
|