Merge pull request #3216 from techAPJ/patch-2

FIX: non-secure warning from YouTube thumbnails
This commit is contained in:
Régis Hanol 2015-02-20 09:18:18 +01:00
commit 84156c7bde
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
}
$thumb = $el.find('.ytp-thumbnail').css({
'background-image': ['url(http://img.youtube.com/vi/', id, '/', thumb_img, ')'].join('')
'background-image': ['url(//img.youtube.com/vi/', id, '/', thumb_img, ')'].join('')
})
.addClass('lazyYT-image-loaded')
.on('click', function (e) {