diff --git a/src/components/modals/ImageViewerModal.tsx b/src/components/modals/ImageViewerModal.tsx index b639c84..f1a3102 100644 --- a/src/components/modals/ImageViewerModal.tsx +++ b/src/components/modals/ImageViewerModal.tsx @@ -26,7 +26,15 @@ export function ImageViewerModal(props: Props) { const height = props.height ?? props.attachment.height ?? 0; return ( - + {props.isVideo ? (