Riccardo Balbo 4 年之前
父節點
當前提交
9a5b566527
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      layouts/partials/showCaseCommon.html

+ 1 - 1
layouts/partials/showCaseCommon.html

@@ -13,7 +13,7 @@
                   </video>
                 {{ else if (strings.HasSuffix . ".mp4" ) }}
                     <video  class="showcaseElement cover"   style='display:{{ if not $index }} block  {{else}} none {{end}} '  autoplay loop muted class="cover">
-                      <source lazy="true" lazy-src=" {{ safeURL .}}" type="video/mp4">
+                      <source lazy="true" lazy-src="{{ safeURL .}}" type="video/mp4">
                     </video>
                 {{ else }}      
                 <div class="showcaseElement"  style='display:{{ if not $index }} block  {{else}} none {{end}} ' >