Reply To: Add retina display resolution to the logo

Home Forums Support Add retina display resolution to the logo Reply To: Add retina display resolution to the logo

Home Forums Support Add retina display resolution to the logo Reply To: Add retina display resolution to the logo

#154306
Marko

Hi Tom
How can i use the svg image then as header logo with php? The following code doesn’t work for svg images ๐Ÿ™

<div class="site-logo">
         <a href="http://www.domain.de/"><img class="header-image" src="http://www.domain.de/wp-content/uploads/2015/11/logo.svg" alt="My Logo" title="My Company"></a>
    </div>

Marko