reenable bg

main
PolicyChanges1@gmail.com 2021-03-12 23:11:00 -05:00
parent 8b1e2d16c6
commit ca42428142
1 changed files with 2 additions and 2 deletions

View File

@ -50,14 +50,14 @@
<iframe id="bg" width="640" height="360" frameborder="0" src="" ></iframe>
<script>
/*
if( (Math.floor(Math.random() * Math.floor(10)) % 10) == 0) {
document.getElementById("bg").src="https://www.shadertoy.com/embed/MlSSRt?gui=&paused=false&muted=false";
document.getElementById("bg").style.webkitFilter = "blur(4px)";
}
else
document.getElementById("bg").src="https://www.shadertoy.com/embed/WldfWX?gui=&paused=false&muted=false";
*/
document.getElementById("bg").width = window.innerWidth;
document.getElementById("bg").height = window.innerHeight;