Answers for "how to set minimum height of image according to height css"

CSS
0

CSS change image height

/*Search Term: "CSS change image height"*/

img {
  height: /*Add height here*/;
}

/*Example*/
img {
  height: 200px;
}
Posted by: Guest on October-12-2020

Code answers related to "how to set minimum height of image according to height css"

Browse Popular Code Answers by Language