mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 12:24:55 +00:00
fd0de64e0d
* UX: Render wizard previews for high-DPI displays Sets up a canvas element of twice the required dimensions, scales all coordinates by 2x, then shrinks the display in css. * Use window.devicePixelRatio to determine scale factor