Bootstrap - How to add a logo to navbar class?

后端 未结 7 1604
傲寒
傲寒 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:30

    Use a image style width and height 100% . This will do the trick, because the image can be resized based on the container.

    Example:

     
    

提交回复
热议问题