Improve navigation and accessibility
This commit is contained in:
@@ -62,6 +62,8 @@ let download = () => { dispatch("download", {}) }
|
||||
{#if !video_reload}
|
||||
<!-- svelte-ignore a11y-media-has-caption -->
|
||||
<video
|
||||
on:loadstart={() => {dispatch("loading", true)}}
|
||||
on:load={() => {dispatch("loading", false)}}
|
||||
bind:this={player}
|
||||
controls
|
||||
playsinline
|
||||
|
Reference in New Issue
Block a user