I want to show an image from an URL with a certain width and height even if it has a different size ratio. So I want to resize (maintaining the ratio) and then cut the imag
img { position: absolute; clip: rect(0px, 140px, 140px, 0px); }