Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Emrys-Hong committed Dec 26, 2024
1 parent 65f57be commit 54fddf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ <h5 style="font-size:30px;">✅</h5>
<script>
document.addEventListener('DOMContentLoaded', () => {
const videos = document.querySelectorAll('.myVideo');
const pauseDelay = 1000;
const pauseDelay = 3000;

videos.forEach((video) => {
video.playbackRate = 0.8;
Expand Down

0 comments on commit 54fddf6

Please sign in to comment.