problem with displaying the logo in SVG format on the blog (Wordpress)
I have 2 pages where I recently inserted a new logo in SVG format. Unfortunately, the standard img src=... code does not display the top line of large text in the logo, a… (читать ещё)
I have 2 pages where I recently inserted a new logo in SVG format. Unfortunately, the standard img src=... code does not display the top line of large text in the logo, although opening the SVG file itself displays everything normally with the full text. This effect is visible on my blog at: https://blog.tripsoverpoland.pl/. On the second page at: https://tripsoverpoland.pl/ I had the same effect, but I found a workaround on some forum in the form of code: "<object data="TOPWPPLOGO.svg" type="image/svg+xml" style="width:100%; border:0; margin:0; padding:0;"></object>" and thanks to this the logo is displayed in its entirety on the page. Unfortunately, I cannot use such a code directly in Wordpress, because I upload the logo there through the application, and in the place of the logo I cannot use my own html code. Is there any effective way to solve this problem in Wordpress? Although I do not know if this is a problem with Wordpress or Firefox, because in all other browsers with a blog logo in SVG format there is no problem. Thank you very much in advance for looking into this problem. Best wishes Marek Wojciechowski