Offset viewable image in

前端 未结 5 1419
时光取名叫无心
时光取名叫无心 2020-12-15 04:01

Using plain tags is it possible to offset the image in the same way as you can with CSS background-image and background-position?

There are main images o

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 04:25

    Some of the images are portrait and some are landscape, however I need to display the thumbnails at a uniform size (and crop off the excess where it fails to meet the desired aspect ratio).

    Use background-size: cover which should exactly solve that problem → with good browser support!

    And make you image the background (probably using background-image as an inline style):

    
    

提交回复
热议问题