diff --git a/web/media/multimedia.react.js b/web/media/multimedia.react.js --- a/web/media/multimedia.react.js +++ b/web/media/multimedia.react.js @@ -159,7 +159,8 @@ : undefined, width: `${calculatedWidth}px`, // height is limited by the max-height style in media.css - height: `${height}px`, + // height: `${height}px`, + borderRadius: '16px', }; }, [dimensions, placeholderImage]);