forked from AkkomaGang/akkoma-fe
Fix video in media modal not displaying properly
This commit is contained in:
parent
22d8961c5e
commit
1128cc463c
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
@backdropClicked="hide"
|
||||
>
|
||||
<SwipeClick
|
||||
v-if="type === 'image'"
|
||||
class="modal-image-container"
|
||||
:direction="swipeDirection"
|
||||
:threshold="swipeThreshold"
|
||||
|
@ -23,7 +24,6 @@
|
|||
:reset-to-min-scale-limit="pinchZoomScaleResetLimit"
|
||||
>
|
||||
<img
|
||||
v-if="type === 'image'"
|
||||
:class="{ loading }"
|
||||
class="modal-image"
|
||||
:src="currentMedia.url"
|
||||
|
|
Loading…
Reference in a new issue