Skip to content
Snippets Groups Projects
Unverified Commit 1128cc46 authored by tusooa's avatar tusooa :zap:
Browse files

Fix video in media modal not displaying properly

parent 22d8961c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment