Bootstrap - How to add a logo to navbar class?

后端 未结 7 1474
傲寒
傲寒 2021-02-08 19:08

I would like to add a logo to the top navbar within the navbar-brand. I would like it to scale with the viewport size so I\'m using img-responsive2 class.

It appear that

7条回答
  •  野性不改
    2021-02-08 19:35

    Enter the image and give height:100%;width:auto then just change the height of navbar itself to resize image. There is a really good example in codepen. https://codepen.io/bootstrapped/pen/KwYGwq

提交回复
热议问题