Переглянути джерело

cercle politique latour video #2245

bach 1 рік тому
батько
коміт
4800d99ed7
1 змінених файлів з 20 додано та 2 видалено
  1. 20 2
      src/components/contents/Doleancer.vue

+ 20 - 2
src/components/contents/Doleancer.vue

@@ -7,6 +7,7 @@ import { CommonStore } from '@/stores/common'
 
 import CartoucheLayout from '@components/layout/CartoucheLayout.vue';
 
+
 import vSelect from 'vue-select';
 import 'vue-select/dist/vue-select.css';
 
@@ -274,9 +275,26 @@ export default {
     </template>
 
     <template v-slot:footer>
-  
+      <!-- <vue-plyr>
+        <div class="plyr__video-embed"> -->
+          <iframe
+            src="https://www.youtube.com/embed/_Uogb4tJ9c4?amp;iv_load_policy=3&amp;modestbranding=1&amp;playsinline=1&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1"
+            allowfullscreen
+            allowtransparency
+            frameborder="0"
+          ></iframe>
+        <!-- </div>
+      </vue-plyr> -->
     </template>
   </CartoucheLayout> 
   
   
-</template>
+</template>
+
+<style lang="css">
+  iframe{
+    width:100%;
+    /* height:calc() */
+    aspect-ratio: 16/9;
+  }
+</style>