Bootstrap carousel resizing image

前端 未结 10 1202
[愿得一人]
[愿得一人] 2020-12-05 11:02

Hi I am trying to make a carousel on my wordpress website with bootstrap. I would like to put four block links next to it. I have the blocks there and the images are scrolli

10条回答
  •  一整个雨季
    2020-12-05 11:40

    add this to your css:

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
    }
    

提交回复
热议问题