Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<video> tags in game descriptions get escaped and can't be used #675

Closed
henkboom opened this issue Jul 9, 2017 · 5 comments
Closed

<video> tags in game descriptions get escaped and can't be used #675

henkboom opened this issue Jul 9, 2017 · 5 comments

Comments

@henkboom
Copy link

henkboom commented Jul 9, 2017

Hi! I'm trying to embed video loops in my game's page. I'm running into an issue though.

The html:

<img src="http://i.imgur.com/kvfYc1m.gif">
<video autoplay loop muted type="video/mp4" src="http://stuff.henk.ca/cityglitch/loop.mp4"/>

is on the viewed page shown as:

<img src="http://i.imgur.com/kvfYc1m.gif">
&lt;video autoplay loop muted type=&quot;video/mp4&quot; src=&quot;http://stuff.henk.ca/cityglitch/loop.mp4&quot;/&gt;

as a result, I can't use video tags to embed video in game descriptions.

@leafo
Copy link
Member

leafo commented Jul 10, 2017

Video tags are now whitelisted. Thanks for the report

@leafo leafo closed this as completed Jul 10, 2017
@henkboom
Copy link
Author

I just checked and it's working! Thanks!

@henkboom
Copy link
Author

I'm encountering an issue with the 'playsinline' video attribute, it seems to be removed from the page. Should I submit a new bug?

@leafo
Copy link
Member

leafo commented Jul 20, 2017

@henkboom try again, should work now

@henkboom
Copy link
Author

thank you! it does!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants