commit: 1128cc463c4b16c41ab21c554646a8104ba58826
parent 22d8961c5e1418d5037fbdd80a49ff434663d418
Author: Tusooa Zhu <tusooa@kazv.moe>
Date: Wed, 8 Sep 2021 21:50:28 -0400
Fix video in media modal not displaying properly
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/media_modal/media_modal.vue b/src/components/media_modal/media_modal.vue
@@ -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"