Archived topic
SVG Firefox
2 replies · Started by Barbara on November 2, 2018
Viewing posts 1–3 of 3
I noticed a bug in Firefox and SVG graphics.
I believe this is a newer bug in Firefox.
When using an SVG image as the logo, it doesn't display at all in Firefox.
I think the problem is Firefox is requiring SVG graphics to use pixels instead of percents?
I was able to fix it by updating the site-logo CSS code:
.site-logo img {width: 200px; max-width: 200px; height: auto; }
Glad you fixed it and thanks for sharing the solution :)
This archived topic is closed to new replies.