oops! added it to media_modal as well
This commit is contained in:
parent
5baa2ce40f
commit
f48138c979
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue