steevehook
8/6/2018 - 6:58 AM

resizable-image

Resizable image in CSS

.parent {
  width: 100px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}