mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Remove old container sizing comment
Co-authored-by: James Salter <jamess@element.io>
This commit is contained in:
parent
a7cd5fc49b
commit
b31b8f1b41
1 changed files with 0 additions and 1 deletions
|
@ -361,7 +361,6 @@ export default class MImageBody extends React.Component<IBodyProps, IState> {
|
|||
|
||||
const thumbnail = (
|
||||
<div className="mx_MImageBody_thumbnail_container" style={{ maxHeight: maxHeight + "px", maxWidth: maxWidth + "px" }} >
|
||||
{ /* Calculate aspect ratio, using %padding will size _container correctly */ }
|
||||
{ showPlaceholder &&
|
||||
<div className="mx_MImageBody_thumbnail" style={{
|
||||
// Constrain width here so that spinner appears central to the loaded thumbnail
|
||||
|
|
Loading…
Reference in a new issue