width and height must be int otherwise synapse cries
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
cb38ebed39
commit
ad7c835471
|
@ -62,8 +62,8 @@ module.exports = React.createClass({
|
||||||
var url = ContentRepo.getHttpUriForMxc(
|
var url = ContentRepo.getHttpUriForMxc(
|
||||||
MatrixClientPeg.get().getHomeserverUrl(),
|
MatrixClientPeg.get().getHomeserverUrl(),
|
||||||
ev.getContent().url,
|
ev.getContent().url,
|
||||||
14 * window.devicePixelRatio,
|
Math.ceil(14 * window.devicePixelRatio),
|
||||||
14 * window.devicePixelRatio,
|
Math.ceil(14 * window.devicePixelRatio),
|
||||||
'crop'
|
'crop'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue