mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added new videoplaceholder from own channel
This commit is contained in:
@@ -362,7 +362,10 @@ function readyLooks()
|
||||
}
|
||||
|
||||
function setBGimage(id){
|
||||
if(window.mozInnerScreenX == null && !window.mobilecheck()){
|
||||
if(id == "30H2Z8Lr-4c")
|
||||
{
|
||||
$("#bgimage").css("background-image", "url(bg4.jpg);");
|
||||
}else 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)");
|
||||
|
||||
Reference in New Issue
Block a user