Bootstrap menu, include logo

Asked

Viewed 90 times

2

  • has already managed to resolve ?

1 answer

3

In the part that this so:

<a class="navbar-brand" href="#">Project name</a>

Alters to:

<a class="navbar-brand" href="#"><img src="../images/suaImagem.png" width="45px" height="28px"></a>

Where width and height are image width and height respectively

  • 1

    Only by adding the link in the documentation, if you like: http://getbootstrap.com/components/#navbar-Brand-image

Browser other questions tagged

You are not signed in. Login or sign up in order to post.