We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9691681 commit 3fcb8deCopy full SHA for 3fcb8de
1 file changed
demo/index.html
@@ -277,6 +277,16 @@ <h2><code>window.obs</code></h2>
277
278
<pre id=obs aria-live=polite></pre>
279
280
+ <h2><code><video></code> Demo</h2>
281
+
282
+ <p>If your connection allows it, you should see a small video below. If not,
283
+ you will see a static <code><img></code>—what can you see?</p>
284
285
+ <!--
286
+ - This `preload` is largely pointless as the image will be below the fold.
287
+ - I’m adding for thoroughness as script-injected images are hidden from the
288
+ - preload scanner—this reintroduces them.
289
+ -->
290
<link rel=preload as=image href=./assets/poster.png>
291
292
<div class=c-video id=jsVideo></div>
0 commit comments