Answers for "image height and width minimize"

-2

Scaling Images and Videos css

.container {
  width: 50%;
  height: 200px;
  overflow: hidden;
}

.container img {
  max-width: 100%;
  height: auto;
  display: block;
}
Posted by: Guest on May-03-2020

Code answers related to "image height and width minimize"

Browse Popular Code Answers by Language