diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 92c3d9a51..7f850868b 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -601,7 +601,7 @@ QR = # Resized pictures through canvases look like ass, # so we generate thumbnails `s` times bigger then expected # to avoid crappy resized quality. - s = 90*2 + s = 90 * 2 * window.devicePixelRatio s *= 3 if @file.type is 'image/gif' # let them animate {height, width} = img if height < s or width < s