Create responsive images - Simple way

PHOTO EMBED

Sun Jan 17 2021 21:30:09 GMT+0000 (Coordinated Universal Time)

Saved by @orlando

img {
  height: auto;
  width: 100%;
/* even more control with max-width */
  max-width: 720px;
}
content_copyCOPY

https://medium.com/free-code-camp/time-saving-css-techniques-to-create-responsive-images-ebb1e84f90d5