diff --git a/src/components/middle/message/Photo.tsx b/src/components/middle/message/Photo.tsx index fee4cfaf9..ba816beff 100644 --- a/src/components/middle/message/Photo.tsx +++ b/src/components/middle/message/Photo.tsx @@ -263,7 +263,7 @@ const Photo = ({ ); const style = size === 'inline' ? buildStyle( `height: ${height}px`, - `width: ${width}px`, + `min-width: ${width}px`, dimensionsStyle, ) : undefined;