fix removed pixelRatio
parent
915f8b3c9c
commit
cc3571c559
|
@ -217,7 +217,7 @@ export default class MImageBody extends React.Component {
|
||||||
const info = content.info;
|
const info = content.info;
|
||||||
if (
|
if (
|
||||||
this._isGif() ||
|
this._isGif() ||
|
||||||
pixelRatio === 1.0 ||
|
window.devicePixelRatio === 1.0 ||
|
||||||
(!info || !info.w || !info.h || !info.size)
|
(!info || !info.w || !info.h || !info.size)
|
||||||
) {
|
) {
|
||||||
return media.getThumbnailOfSourceHttp(thumbWidth, thumbHeight);
|
return media.getThumbnailOfSourceHttp(thumbWidth, thumbHeight);
|
||||||
|
|
Loading…
Reference in New Issue