浏览代码

ratio youtube

François Drouhard 2 年之前
父节点
当前提交
8482f8f42c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      templates/videotheque/voirfilm.html.twig

+ 2 - 2
templates/videotheque/voirfilm.html.twig

@@ -127,14 +127,14 @@
                 </div>
             </div>
         </div>
-        <div class="col-lg">
+        <div class="col-xl">
             <div class="card border-info mb-3">
                 <div class="card-header">
                     <h5>Bande Annonce</h5>
                 </div>
                 <div class="card-body text-center">
                     {% if film.mediaVideo.video is defined %}
-                        <div class="embed-responsive embed-responsive-4by3">
+                        <div class="ratio ratio-4x3">
                             {{ film.mediaVideo.video|raw }}
                         </div>
                     {% else %}