Logo and Internet Explorer 9
-
Hello
I noticed in the newest Customizr that the logotype is not visible when visiting the site using Internet Explorer 9. Using IE9 Compatibility View doesn’t help either.
The cause is found in the IMG tag:
<img <strong>width="1" height="1"</strong> alt="Back to start page" src="https://fictional.url/site-logo.png"/>
Remove the set width and height inside the tag and the logo re-appears.
Is the cause of this the fact that the logotype dimensions are is 162x122px?
How would I go around this limitation?
I tested adding this to functions.php
add_filter( '__max_logo_height', 122 );
to no avail.Any tips are appreciated!
Kind regards
Ludwig T
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Logo and Internet Explorer 9’ is closed to new replies.