Answer the question
In order to leave comments, you need to log in
How to size SVG logo in Safari?
Safari 5.1.7 distorts logo dimensions:
HTML:
<div id=logo">
<a href="/" alt="">
<img src="logo.svg" alt="logo" itemprop="contentUrl">
</a>
</div>
#logo img {
display: block;
max-width: 100%;
width: 140px;
height: 100px;
margin: 0;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question