Open annievoss opened 3 years ago
when embedding, the image is never inline with the text before and after. The source code is always:
<p> text before </p> <span style="display:block;width:16px;height:16px;margin:auto"><object id="[...]" type="image/svg+xml" data="[...] ;media=[...]" class="mediacenter" alt="svg image" style="width:100%"><embed type="image/svg+xml" src="[...];media=t[...]" class="mediacenter" alt="" style="width:100%" /></object></span><br /> <p> text after </p>
whereas with a png
<p> text before <img src="[...]" class="media" alt="png image" /> text after </p>
Yep, this is true. I'll need to take a look. I need to fix something for #9 too, and in a way that are almost related, so one rock two birds, right?
when embedding, the image is never inline with the text before and after. The source code is always:
whereas with a png