images.md: remove zero-width space (#35234)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Barabas 2021-10-28 13:22:32 +02:00 committed by XhmikosR
parent 3f88326815
commit ef6a418535
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Align images with the [helper float classes]({{< docsref "/utilities/float" >}})
If you are using the `<picture>` element to specify multiple `<source>` elements for a specific `<img>`, make sure to add the `.img-*` classes to the `<img>` and not to the `<picture>` tag.
```html
<picture>
<picture>
<source srcset="..." type="image/svg+xml">
<img src="..." class="img-fluid img-thumbnail" alt="...">
</picture>