Skip to content

Commit e8a04d8

Browse files
committed
Removed residual video file
1 parent c4bd1b7 commit e8a04d8

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if (window.innerWidth >= 850) {
33
// Give video its source, will initiate load. Otherwise, it won't load anything and will be hidden by CSS.
44
// This is so the video doesn't burn mobile data on phones.
55
// Also it's a stylistic nightmare.
6-
document.getElementsByTagName('video')[0].src = 'video-blur.mp4';
6+
document.getElementsByTagName('video')[0].src = 'video.mp4';
77

88
// Parallax effect for video background.
99
window.onscroll = function() {

video-blurr.mp4

-391 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)