CSS Display an Image Resized and Cropped

前端 未结 19 1857
时光取名叫无心
时光取名叫无心 2020-11-22 08:09

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

19条回答
  •  迷失自我
    2020-11-22 08:46

    If you are using Bootstrap, try using { background-size: cover; } for the

    maybe give the div a class say
    so it becomes div.example{ background-size: cover}

提交回复
热议问题