Answers for "css make height follow width fit content"

CSS
2

css keep image ratio

img {
  object-fit: cover;
  width: 100px;
  height:100px;
}
Posted by: Guest on November-03-2020
0

css background image follow scroll

background-attachment: scroll;
background-attachment: fixed;
background-attachment: local;
Posted by: Guest on January-28-2021

Code answers related to "css make height follow width fit content"

Browse Popular Code Answers by Language