We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73eb842 commit 362fd6fCopy full SHA for 362fd6f
docs/classic-ui/images.md
@@ -292,7 +292,7 @@ This metric defines how many DPI per pixel the Screen is using.
292
With this definition the browser will use the `huge` scale of 1600 pixels when the screen has a density of 192 DPI, also knows as `2x`.
293
We use here two different media queries to also support older Safari versions.
294
Mobile devices with Safari-like iPhones only support the old non-standard media query.
295
-If you don't care about IE support you can also use `min-resolution: 2dppx` which is closer to `2x`.
+If you do not care about IE support, you can use `min-resolution: 2dppx`, which is closer to `2x`.
296
The most common variants are:
297
298
- `1x`: 96 DPI
0 commit comments