<div class="v hBox small-6 large-3 columns" style="background: url(https://img.youtube.com/vi/{vCode}/0.jpg) no-repeat scroll center center transparent;">
<a href="https://www.youtube.com/embed/{vCode}?rel=0&hd=1" class="various fancybox.iframe">
-<!-- <img src="http://img.youtube.com/vi/{vCode}/0.jpg">-->
<span class="vidoverlay"></span>
</a>
</div>
<ul id="videoGallery">
{foreach:videos,v}
<li>
- <a href="http://www.youtube.com/embed/{v[code]}?rel=0&hd=1" class="various fancybox.iframe" id="vidimg">
- <img src="http://img.youtube.com/vi/{v[code]}/0.jpg">
+ <a href="https://www.youtube.com/embed/{v[code]}?rel=0&hd=1" class="various fancybox.iframe" id="vidimg">
+ <img src="https://img.youtube.com/vi/{v[code]}/0.jpg">
<span id="vidtitle">{v[title]:h}<span id="play"></span></span>
</a>
</li>
{end:}
</ul>
-</div>
\ No newline at end of file
+</div>