Skip to content

Commit

Permalink
fix(videos): load poster
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jun 3, 2023
1 parent 6099f3a commit bbb1b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/posts/post/Post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<figure class="overflow-hidden rounded-md border border-base-0/20 shadow-lg">
<PostMedia
:mediaAlt="mediaFile.alt"
:mediaPosterSrc="mediaFile.posterFile"
:mediaSrc="mediaFile.file"
:mediaSrcHeight="mediaFile.height"
:mediaSrcWidth="mediaFile.width"
Expand Down

0 comments on commit bbb1b1c

Please sign in to comment.