Changed some settings in cors-anywhere

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-20 16:39:07 +02:00
parent da56e503f0
commit dff5f9dc7a
274 changed files with 26 additions and 39297 deletions

View File

@@ -142,7 +142,7 @@ var Youtube = {
//$("body").css("background-color", colorThief.getColor(img));
};
img.crossOrigin = 'Anonymous';
img.src = 'https://zoff.no:8080/http://img.youtube.com/vi/'+id+'/mqdefault.jpg';
img.src = '//zoff.no:8080/http://img.youtube.com/vi/'+id+'/mqdefault.jpg';
}
},