TheVingard
Member
Hi, could anyone tell me where to put this code:
It's from http://dfcb.github.io/BigVideo.js/ and it's meant to replace the page background.
Code:
$(function() {
var BV = new $.BigVideo();
BV.init();
BV.show('https://my.mixtape.moe/nvoahi.mp4',{ambient:true});
});
It's from http://dfcb.github.io/BigVideo.js/ and it's meant to replace the page background.