We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb44cf commit a1a601cCopy full SHA for a1a601c
_includes/head.html
@@ -30,7 +30,7 @@
30
if (sm) {
31
for (const video of videos) video.play();
32
} else {
33
- videos[0].play();
+ videos[0]?.play();
34
}
35
36
function showAllPeople() {
0 commit comments