Skip to content

Commit

Permalink
added 2 background videos
Browse files Browse the repository at this point in the history
  • Loading branch information
aleatorydialogue committed Jun 29, 2024
1 parent 8f2df93 commit c743d7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ function playVideo() {
'https://huggingface.co/aleatorydialogue/ad_backgrounds/resolve/main/2.mp4',
'https://huggingface.co/aleatorydialogue/ad_backgrounds/resolve/main/3.mp4',
'https://huggingface.co/aleatorydialogue/ad_backgrounds/resolve/main/4.mp4',
'https://huggingface.co/aleatorydialogue/ad_backgrounds/resolve/main/5.mp4'
'https://huggingface.co/aleatorydialogue/ad_backgrounds/resolve/main/5.mp4',
'https://huggingface.co/aleatorydialogue/ad_backgrounds/resolve/main/6.mp4',
'https://huggingface.co/aleatorydialogue/ad_backgrounds/resolve/main/7.mp4'
];
var randomIndex = Math.floor(Math.random() * videos.length);
var randomVideo = videos[randomIndex];
Expand Down

0 comments on commit c743d7f

Please sign in to comment.