Revert "lol minified"

This commit is contained in:
KasperRT
2014-12-30 06:28:21 +01:00
parent cf43f5b574
commit 50b114ab22
3 changed files with 2 additions and 6 deletions

View File

@@ -349,13 +349,11 @@ function onPlayerReady(event) {
}
function setBGimage(id){
console.log("change background");
if(window.mozInnerScreenX == null && !window.mobilecheck()){
$("#bgimage").css("background-image", "url(http://img.youtube.com/vi/"+id+"/0.jpg)");
}else if(window.mobilecheck()){
$("#mobile-banner").css("background-image", "url(http://img.youtube.com/vi/"+id+"/hqdefault.jpg)");
$("#mobile-banner").css("width",$(window).width());
console.log("on mobile");
}
}