Revert "Merge pull request #5637 from williamkray/wreck/clean-thumbnail-changes"
This reverts commit5c1b38a48c
, reversing changes made toec4a39a694
.
This commit is contained in:
parent
72ff919512
commit
3db6a45010
4 changed files with 7 additions and 12 deletions
|
@ -362,7 +362,7 @@ export default class MImageBody extends React.Component {
|
|||
}
|
||||
|
||||
// The maximum height of the thumbnail as it is rendered as an <img>
|
||||
const maxHeight = Math.min(this.props.maxImageHeight || 240, infoHeight);
|
||||
const maxHeight = Math.min(this.props.maxImageHeight || 600, infoHeight);
|
||||
// The maximum width of the thumbnail, as dictated by its natural
|
||||
// maximum height.
|
||||
const maxWidth = infoWidth * maxHeight / infoHeight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue