I have been trying to integrate my interactive svg maps into my html pages, then a litle problem arise: when i put my (inline) svg into a standard, non responsive, html document, the inline svg automatically fits itself nicely into the user's viewport : see it here.
However, when i tried to use bootstrap navbar to my the page, the inline svg seems to "grow" larger then the normal, non-bootstrap version : here it is
Thus my question : how to make the bootstrap version behave like the normal version? In other words : how to make the bootstrap version fits nicely to the user's viewport?
(Note : you can see the difference only if your browser is on max-size; don't resize your browser)