other components... (2)
This commit is contained in:
27
src/components/CVideo/CVideo.vue
Executable file
27
src/components/CVideo/CVideo.vue
Executable file
@@ -0,0 +1,27 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="row justify-evenly items-center q-gutter-sm ">
|
||||
|
||||
<div class="text-center">
|
||||
<div class="subtitle_small text-blue" v-html="title"></div>
|
||||
<div class="">
|
||||
<iframe
|
||||
:title="title"
|
||||
:width="tools.getwidthscale(mythis, getValDb('YT_W', false), 800)"
|
||||
:height="tools.getheightbywidth(mythis, getValDb('YT_W', false), getValDb('YT_H', false), 800)"
|
||||
:src="tools.getvideobyidyoutube(myvideokey)"
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" src="./CVideo.ts">
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import './CVideo.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user