JSFiddle - React, Tailwind, and code Playground
by Scott Kaye
HTML
<img src="https://www.placecage.com/c/1000/200" class="max">
<br />
<img src="https://www.placecage.com/c/1000/200">
CSS
img {
width: 500px;
}
.max {
max-width: 100%;
}
by Scott Kaye
<img src="https://www.placecage.com/c/1000/200" class="max">
<br />
<img src="https://www.placecage.com/c/1000/200">
img {
width: 500px;
}
.max {
max-width: 100%;
}