[NSFW] SVG width and height are the same size after update to Version 2.4.2
-
Hello there,
We use the WP theme Kalium a lot for our clients. And since most recent updates of the SVG Support plugin, it seems to auto scale all of our header svg’s in such a way that width and height are always equal.
It only does this to our websites that use a sticky header, fixed header don’t seem affected. If we deactivate the SVG support plugin the header looks fine, but when we activate it, space appears below the svg (example here: https://www.techopzuid.nl/) OR it cuts the svg image short when the width is smaller than the height (xample here: https://coachingcreativity.nl/).
I tried using this css:
.logo-image {
width: 80px;
height: auto !important;
}This seemed to fix the header on some websites. But in some cases, on scroll the header still didn’t look good. Any ideas how this might be fixed?
Thanks!
- The topic ‘[NSFW] SVG width and height are the same size after update to Version 2.4.2’ is closed to new replies.