Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Created October 18, 2019 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nolanlawson/e64ca39ef3dade59cc4f6e250bfbcad7 to your computer and use it in GitHub Desktop.
Save nolanlawson/e64ca39ef3dade59cc4f6e250bfbcad7 to your computer and use it in GitHub Desktop.
awoo.space video test
<!doctype html>
<html>
<body>
<h1>awoo.space video test</h1>
<h2>no <code>type="*"</code></h2>
<video aria-label="gigantamax eevee vocalizing, and then a screen with key art saying that their new move is called &quot;g-max cuddle&quot;"
src="https://media.awoo.space/awoo.space/media_attachments/files/001/836/100/original/0ef76395cd4259d3.mp4"
poster="https://media.awoo.space/awoo.space/media_attachments/files/001/836/100/small/0ef76395cd4259d3.png"
controls=""
intrinsicsize="1920 x 1080"></video>
<h2>with <code>type="*"</code></h2>
<video aria-label="gigantamax eevee vocalizing, and then a screen with key art saying that their new move is called &quot;g-max cuddle&quot;"
src="https://media.awoo.space/awoo.space/media_attachments/files/001/836/100/original/0ef76395cd4259d3.mp4"
type="*"
poster="https://media.awoo.space/awoo.space/media_attachments/files/001/836/100/small/0ef76395cd4259d3.png"
controls=""
intrinsicsize="1920 x 1080"></video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment