Merge pull request #2884 from DeanMarkTaylor/patch-2

FIX: Non-secure warning from YouTube thumbnails
This commit is contained in:
Régis Hanol 2014-10-18 18:24:20 +02:00
commit 37dd05afd9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
'height': height, 'height': height,
'width': width, 'width': width,
'padding-top': paddingTop, 'padding-top': paddingTop,
'background': 'url(http://img.youtube.com/vi/' + id + '/hqdefault.jpg) center center no-repeat', 'background': 'url(//img.youtube.com/vi/' + id + '/hqdefault.jpg) center center no-repeat',
'cursor': 'pointer', 'cursor': 'pointer',
'background-size': 'cover' 'background-size': 'cover'
}) })