mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +02: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 %}
|
||||
<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 %}
|
||||
|
Reference in New Issue
Block a user