Skip to content

Commit

Permalink
fit luma extend
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf-github-user committed Aug 18, 2024
1 parent 5125a86 commit efac486
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/luma/VideoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<vue-plyr :options="options" class="video">
<video controls crossorigin playsinline :data-poster="modelValue?.response?.thumbnail_url">
<source size="1080" :src="modelValue?.response?.video_url" type="video/mp4" />
<a download="" href="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-1080p.mp4"> Download </a>
</video>
</vue-plyr>
</div>
</template>
<script lang="ts">
import { defineComponent } from 'vue';
// @ts-ignore
import VuePlyr from '@skjnldsv/vue-plyr';
// @ts-ignore
import { ILumaTask } from '@/models';
Expand Down
1 change: 0 additions & 1 deletion src/components/luma/config/ExtendFromInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<vue-plyr :options="options" class="video">
<video controls crossorigin playsinline :data-poster="config?.thumbnail_url">
<source size="1080" :src="config?.video_url" type="video/mp4" />
<a download="" href="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-1080p.mp4"> Download </a>
</video>
</vue-plyr>
</div>
Expand Down

0 comments on commit efac486

Please sign in to comment.