mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
content/images.md: fix indentation in picture snippet.
This commit is contained in:
@@ -77,7 +77,7 @@ If you are using the `<picture>` element to specify multiple `<source>` elements
|
|||||||
|
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<picture>
|
<picture>
|
||||||
<source srcset="..." type="image/svg+xml">
|
<source srcset="..." type="image/svg+xml">
|
||||||
<img src="..." class="img-fluid img-thumbnail" alt="...">
|
<img src="..." class="img-fluid img-thumbnail" alt="...">
|
||||||
</picture>
|
</picture>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|||||||
Reference in New Issue
Block a user