mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
FIX: chat layout shift when loading videos (#23537)
This commit is contained in:
parent
16ccf30abc
commit
d9238fb01b
@ -11,7 +11,7 @@
|
||||
{{on "load" this.imageLoaded}}
|
||||
/>
|
||||
{{else if (eq this.type this.VIDEO_TYPE)}}
|
||||
<video class="chat-video-upload" preload="metadata" controls>
|
||||
<video class="chat-video-upload" preload="metadata" height="150" controls>
|
||||
<source src={{@upload.url}} />
|
||||
</video>
|
||||
{{else if (eq this.type this.AUDIO_TYPE)}}
|
||||
|
Loading…
Reference in New Issue
Block a user