How to set responsive image's max width (Bootstrap 4)?

后端 未结 2 1099
醉话见心
醉话见心 2021-01-04 12:12

Question:

  • How do you set the max-width of an image in Bootstrap 4 while retaining the image\'s responsiveness?

Backgrou

2条回答
  •  臣服心动
    2021-01-04 12:52

    .img-max {
      max-width: 500px
    }
    
    

    I can set the max-width of the image... but then it stops being responsive.

    Lorem ipsum dolor sit amet, consectetur adipisicing elit. Labore ipsa ea dolorem mollitia repudiandae odit dolore quod et voluptatem asperiores odio quam ipsam placeat nisi quo voluptate, laborum provident earum?

提交回复
热议问题