diff --git a/plugins/lazyYT/assets/javascripts/lazyYT.js b/plugins/lazyYT/assets/javascripts/lazyYT.js index 3df9eb1f52a..5c9f7cfba1d 100644 --- a/plugins/lazyYT/assets/javascripts/lazyYT.js +++ b/plugins/lazyYT/assets/javascripts/lazyYT.js @@ -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' })