Hide the browser's default placeholder image for videos

Source: https://stackoverflow.com/a/79058682
This commit is contained in:
Robin
2026-07-15 16:39:20 +02:00
parent 927cf68110
commit d33dedd038
4 changed files with 11 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ exports[`LobbyView > renders with AppBar android 1`] = `
<video
disablepictureinpicture=""
playsinline=""
poster="/src/graphics/video-placeholder.gif"
tabindex="-1"
/>
<div
@@ -280,6 +281,7 @@ exports[`LobbyView > renders with AppBar ios 1`] = `
<video
disablepictureinpicture=""
playsinline=""
poster="/src/graphics/video-placeholder.gif"
tabindex="-1"
/>
<div
@@ -558,6 +560,7 @@ exports[`LobbyView > renders with header and participant count 1`] = `
<video
disablepictureinpicture=""
playsinline=""
poster="/src/graphics/video-placeholder.gif"
tabindex="-1"
/>
<div