Merge pull request #2884 from DeanMarkTaylor/patch-2
FIX: Non-secure warning from YouTube thumbnails
This commit is contained in:
commit
37dd05afd9
|
@ -27,7 +27,7 @@
|
|||
'height': height,
|
||||
'width': width,
|
||||
'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',
|
||||
'background-size': 'cover'
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue