SVG image not scaling
Hello.
I'm trying to figure out why Firefox won't scale my svg image (the logo) properly. Here's the website. It works in Safari, Chrome and, with added CSS, even in IE. So what's the deal, why won't it scale in Firefox?
Thanks! Fredrik
Ausgewählte Lösung
There is currently no width and height setting for this image. Setting the width to 100% via the Inspector fixes this for for me.
Diese Antwort im Kontext lesen 👍 1Alle Antworten (6)
What is the web address?
Sorry... Here's the adress: appendixfotografi.se
Ausgewählte Lösung
There is currently no width and height setting for this image. Setting the width to 100% via the Inspector fixes this for for me.
cor-el said
There is currently no width and height setting for this image. Setting the width to 100% via the Inspector fixes this for for me.
That wasn't so hard, should have checked that one. Thanks a bunch! I guess Firefox isn't as forgiving as the others...
You're welcome.
That makes Firefox the perfect browser to check your code :wink:
cor-el said
You're welcome. That makes Firefox the perfect browser to check your code :wink:
Yeah, it certainly does!
Geändert am