content/images.md: fix indentation in picture snippet.
This commit is contained in:
parent
5462404226
commit
9289773b8a
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ If you are using the `<picture>` element to specify multiple `<source>` elements
|
|||
|
||||
{% highlight html %}
|
||||
<picture>
|
||||
<source srcset="..." type="image/svg+xml">
|
||||
<img src="..." class="img-fluid img-thumbnail" alt="...">
|
||||
<source srcset="..." type="image/svg+xml">
|
||||
<img src="..." class="img-fluid img-thumbnail" alt="...">
|
||||
</picture>
|
||||
{% endhighlight %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue