Comments 1thomas started the conversationMarch 16, 2022 at 12:16ami just found out that svg logos are not working in chrome, maybe you can point out to me how to fix that.thanksthomas 228Milingona repliedMarch 20, 2022 at 7:07pmHi Thomas,Please try to replace line 147 of wp-content/themes/bakery/assets/js/main.js: $('img[src$=".svg"]').each(function () {with the following $('img[src$=".svg"]:not([class^="vu_sl"])').each(function () {Cheers, Milingona Support Follow on Envato Facebook Twitter 1thomas repliedMarch 20, 2022 at 8:05pmhello, i tried, but it does not work. but i found the solution, the img width was somehow not set for svg. .vu_site-logo a { width: 100%; }please mark this as solved.thanks1 Like Sign in to reply ...
i just found out that svg logos are not working in chrome, maybe you can point out to me how to fix that.
thanks
thomas
Hi Thomas,
Please try to replace line 147 of wp-content/themes/bakery/assets/js/main.js:
with the following
Cheers,
Milingona Support
Follow on Envato Facebook Twitter
hello, i tried, but it does not work.
but i found the solution, the img width was somehow not set for svg.
please mark this as solved.thanks