css make height follow width the same code example
Example 1: make images same size css
img {
float: left;
width: 100px;
height: 100px;
object-fit: cover;
}
Example 2: css background image follow scroll
background-attachment: scroll;
background-attachment: fixed;
background-attachment: local;