Skip to content

Commit

Permalink
images.md: remove zero-width space (#35234)
Browse files Browse the repository at this point in the history
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
Barabazs and XhmikosR committed Oct 28, 2021
1 parent 3f88326 commit ef6a418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/4.6/content/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ef6a418

Please sign in to comment.