I have a logo which has the dimension of 2829 × 1913 and it is a PNG. How do i fit it into a navbar bootstrap?
Here’s the code
<div class="navbar-header">
<a class="navbar-brand" href="/">
<img src="startupclone202.png">
</a>
</div>
How do i change the project name to my own logo that is 2829 × 1913 to a nicely fit logo?
2
Answers
To insert image in navbar use this code:
For the image download GIMP and resize it, is too big.
For that first you have to resize the image then You can try the following code for the navbar.
For that you have to add following css