Add parameter to Thumbnail - Show / None
Use protocol relative url for all assets (thumbnails to avoid mix content issue for sites using HTTPS)
var thumb = '//i1.ytimg.com/vi/' + v.id +'/'+s.thumbsize;
Find a way to speed up the module (I found all other similar modules load twice as fast)
Use protocol relative url for all assets (thumbnails to avoid mix content issue for sites using HTTPS)
var thumb = '//i1.ytimg.com/vi/' + v.id +'/'+s.thumbsize;
Find a way to speed up the module (I found all other similar modules load twice as fast)