I am trying to add navbar-brand logo, but the logo does not fit into navbar and when I set image height and width to 100%,
img{height:100%; width:100%;}
the logo becomes compressed.
How can I change the size of bootstrap navbar to properly center navbar-brand image/logo without affecting the height and width of the image ?