diff --git a/frontend/src/Series/SeriesImage.js b/frontend/src/Series/SeriesImage.js index 672f92678..069bcb600 100644 --- a/frontend/src/Series/SeriesImage.js +++ b/frontend/src/Series/SeriesImage.js @@ -24,7 +24,7 @@ class SeriesImage extends Component { constructor(props, context) { super(props, context); - const pixelRatio = Math.floor(window.devicePixelRatio); + const pixelRatio = Math.max(Math.round(window.devicePixelRatio), 1); const { images,