We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e7e9a commit 46991b1Copy full SHA for 46991b1
1 file changed
html/picture-element.md
@@ -5,7 +5,7 @@
5
Provide the user-agent many image options, letting it decide the one that fits best.
6
7
An example where a high resolution image will be downloaded (and used) on wide enough devices.
8
-
+
9
```
10
<picture class="">
11
<source srcset="image-high-resolution.jpg" media="(min-width: 992px)">
@@ -15,4 +15,4 @@ An example where a high resolution image will be downloaded (and used) on wide e
15
16
## Fallback
17
18
-In case the element is not supported the <img> inside will always be used.
+In case the element is not supported the `<img>` inside will always be used.
0 commit comments