diff --git a/web/media/media.css b/web/media/media.css index 7aa36c2330..b0dd2be0c4 100644 --- a/web/media/media.css +++ b/web/media/media.css @@ -20,6 +20,7 @@ span.multimedia > .multimediaImage > video { /* in multimedia.react.js */ max-height: 200px; max-width: 100%; + display: inherit; } /* Prevent borders around images without src attribute */ span.multimedia > .multimediaImage > img:not([src]) {