diff --git a/src/public/app/widgets/attachment_detail.js b/src/public/app/widgets/attachment_detail.js index e3d03c58f..460653289 100644 --- a/src/public/app/widgets/attachment_detail.js +++ b/src/public/app/widgets/attachment_detail.js @@ -65,7 +65,7 @@ const TPL = ` margin: 10px; } - .attachment-detail-wrapper.list-view .attachment-content-wrapper img { + .attachment-detail-wrapper.list-view .attachment-content-wrapper img, .attachment-detail-wrapper.list-view .attachment-content-wrapper video { max-height: 300px; max-width: 90%; object-fit: contain;