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 0ddeecc commit 9efd559Copy full SHA for 9efd559
docs/classic-ui/images.md
@@ -289,7 +289,7 @@ This metric defines how many DPI per pixel the Screen is using.
289
}
290
```
291
292
-With this definition the Browser will use the huge scale (1600px) when the screen has a density of 192 DPI per pixel also knows as `2x`.
+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 are still only supporting 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`.
0 commit comments