Yeah, might be a nice thing to add in, plus due to the fact this site uses PHPBB as it's codebase, then the following would work when added as a custom BBCode:
As the user entered string:
The HTML replacement:
So yeah, I've seen many ways this could have been made use of and would make for amazing userpage designs.
Thanks
As the user entered string:
[svg]{URL}[/svg]
The HTML replacement:
<object data="{URL}" type="image/svg+xml">
<embed src="{URL}" type="image/svg+xml" />
</object>
So yeah, I've seen many ways this could have been made use of and would make for amazing userpage designs.
Thanks