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 e0bcdd1 commit 32f726cCopy full SHA for 32f726c
docs/classic-ui/images.md
@@ -270,7 +270,7 @@ The first is metric would be the viewport size.
270
}
271
```
272
273
-With this definition the Browser will use the large scale (800px) when the viewport size is max 800px.
+With this definition the browser will use the `large` scale when the viewport's width is 800 pixels or fewer.
274
When the viewport width is greater than 800 pixels, the browser will use the larger scale `1000px`.
275
276
0 commit comments