I tried to upload an SVG version of a logo and, though it is recognised and accepted in the settings, the front end appears to ignore it. I have tried with other SVGs and the same result occurs.
Is this an error with my installation or is this not currently supported. If it isn’t supported, is there a work-around?
Hey @unfurbled, can you please tell which part of front end is ignoring it? Uploading SVG version of logo in Settings -> General -> Publication logo is supported.
I have solved the issue. It appears that, for Ghost to render the logo, the height and width attributes are needed to be included in the SVG code (for example: viewBox=“0 0 600 72” height=“72” width=“600”).
As soon as I assigned these values the SVG displayed as it should.