Skip to content

Commit

Permalink
change scenario video playback threshold in view to .25 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildingAtom committed Feb 14, 2024
1 parent 869956b commit 4ea6055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ window.addEventListener("load", function() {
} else if (!isVisible && !video.paused) {
video.pause();
}
}, { threshold: 0.7 });
}, { threshold: 0.25 });

observer.observe(video);
});
Expand Down

0 comments on commit 4ea6055

Please sign in to comment.