Skip to content

Commit

Permalink
fix(Post Media): add width and height to videos
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Apr 11, 2023
1 parent 9c6379a commit 6c3fb67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/pages/posts/post/PostMedia.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
threshold: [0]
}
}"
:height="mediaSrcHeight"
:poster="mediaPosterSrc"
:width="mediaSrcWidth"
class="h-auto w-full"
controls
loop
Expand Down

0 comments on commit 6c3fb67

Please sign in to comment.