From c9b59dd88a9aebd86809098934cd9f64d47cc9e7 Mon Sep 17 00:00:00 2001 From: trwnh Date: Fri, 28 Jun 2019 03:30:09 -0500 Subject: [PATCH] change aspect ratio of status video player since posts are 1:1 and not 16:9, this allows the player to scale to the entire post container, while the media auto-fits itself within the player. --- resources/assets/js/components/presenter/VideoPresenter.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/components/presenter/VideoPresenter.vue b/resources/assets/js/components/presenter/VideoPresenter.vue index dbe5535d9..8e9f37f71 100644 --- a/resources/assets/js/components/presenter/VideoPresenter.vue +++ b/resources/assets/js/components/presenter/VideoPresenter.vue @@ -5,7 +5,7 @@

{{ status.spoiler_text ? status.spoiler_text : 'CW / NSFW / Hidden Media'}}

(click to show)

-
+
@@ -23,4 +23,4 @@ export default { props: ['status'], } - \ No newline at end of file +