|
|
|
|
|
by dataflow
1420 days ago
|
|
If you're seeing it blurry, the problem is likely your browser scaling it. Try downloading the photo and viewing it in a viewer with a 1:1 pixel ratio, like MS Paint. Alternatively, if you're on Chrome, running this in the dev console might scale it back for you: document.body.style.zoom = 1 / window.devicePixelRatio
|
|