Skip to content

Commit

Permalink
Merge pull request #2 from cosmicds/create-video
Browse files Browse the repository at this point in the history
create video
  • Loading branch information
johnarban authored Feb 20, 2024
2 parents b865965 + 056de1c commit 95b31b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Radwave.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@
id="video-container"
v-model="showVideoSheet"
transition="slide-y-transition"
fullscreen
>
<div class="video-wrapper">
<font-awesome-icon
Expand All @@ -238,7 +237,7 @@
controls
id="info-video"
>
<source src="" type="video/mp4">
<source src="./assets/ralf_german_short.mp4" type="video/mp4">
</video>
</div>
</v-dialog>
Expand Down
Binary file added src/assets/ralf_german_short.mp4
Binary file not shown.

0 comments on commit 95b31b3

Please sign in to comment.