mirror of https://github.com/pixelfed/pixelfed.git
Merge pull request #1473 from pixelfed/trwnh-status-video
change aspect ratio of status video player
This commit is contained in:
commit
8ec90e68c9
|
@ -5,7 +5,7 @@
|
||||||
<p class="mb-0 lead font-weight-bold">{{ status.spoiler_text ? status.spoiler_text : 'CW / NSFW / Hidden Media'}}</p>
|
<p class="mb-0 lead font-weight-bold">{{ status.spoiler_text ? status.spoiler_text : 'CW / NSFW / Hidden Media'}}</p>
|
||||||
<p class="font-weight-light">(click to show)</p>
|
<p class="font-weight-light">(click to show)</p>
|
||||||
</summary>
|
</summary>
|
||||||
<div class="embed-responsive embed-responsive-16by9">
|
<div class="embed-responsive embed-responsive-1by1">
|
||||||
<video class="video" preload="none" controls loop :poster="status.media_attachments[0].preview_url">
|
<video class="video" preload="none" controls loop :poster="status.media_attachments[0].preview_url">
|
||||||
<source :src="status.media_attachments[0].url" :type="status.media_attachments[0].mime">
|
<source :src="status.media_attachments[0].url" :type="status.media_attachments[0].mime">
|
||||||
</video>
|
</video>
|
||||||
|
|
Loading…
Reference in New Issue