Bootstrap 3: Using img-circle, how to get circle from non-square image?

前端 未结 8 1378
生来不讨喜
生来不讨喜 2021-01-31 16:16

I have rectangular, not necessarily square images.

Using Bootstrap\'s img-circle, I\'d like to get circular crops, <

8条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-31 16:42

    You could simply use .rounded-circle bootstrap.

     
    

    You can even specify the width and height of the rounded image by providing an inline style to the image, which overrides the default size.

     
    

提交回复
热议问题