Skip to content

Commit 57f4fa8

Browse files
authored
Update default.html
1 parent e9b8ae7 commit 57f4fa8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

_layouts/default.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,10 @@
9393

9494
const loadAndPlay = () => {
9595
if (!source.src) {
96-
// Set real src to start loading
9796
source.src = source.dataset.src;
9897
video.load();
9998
}
10099

101-
// Play when ready
102100
const tryPlay = () => {
103101
if (video.readyState >= 2) {
104102
video.play().catch((err) => {

0 commit comments

Comments
 (0)