oops! added it to media_modal as well
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_closed/woodpecker Pipeline is pending approval

This commit is contained in:
Riedler 2025-09-24 18:04:43 +02:00
commit f48138c979

View file

@ -24,14 +24,15 @@
:min-scale="pinchZoomMinScale"
:reset-to-min-scale-limit="pinchZoomScaleResetLimit"
>
<img
<StillImage
:class="{ loading }"
class="modal-image"
:src="currentMedia.url"
:alt="currentMedia.description"
:title="currentMedia.description"
@load="onImageLoaded"
>
noStopGifs="true"
/>
</PinchZoom>
</SwipeClick>
<VideoAttachment