Skip to content

Commit 46991b1

Browse files
author
Walle Cyril
committed
picture
1 parent e7e7e9a commit 46991b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

html/picture-element.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Provide the user-agent many image options, letting it decide the one that fits best.
66

77
An example where a high resolution image will be downloaded (and used) on wide enough devices.
8-
8+
99
```
1010
<picture class="">
1111
<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
1515

1616
## Fallback
1717

18-
In case the element is not supported the <img> inside will always be used.
18+
In case the element is not supported the `<img>` inside will always be used.

0 commit comments

Comments
 (0)