Update templates for video app
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 14 Jun 2017 18:34:51 +0000 (14:34 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 14 Jun 2017 18:34:51 +0000 (14:34 -0400)
use https

Toolkit/Videos/templates/webDecorator.html
Toolkit/Videos/templates/webPageDecorator.html

index 25fe184..1f76c26 100644 (file)
@@ -1,6 +1,5 @@
     <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>
index 09d4000..532ee22 100644 (file)
@@ -3,12 +3,12 @@
 <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>