diff options
| author | Barabas <[email protected]> | 2021-10-28 13:22:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-28 14:22:32 +0300 |
| commit | 2e87f9aef0dca68967199e52660b645b75dd169d (patch) | |
| tree | eef9b0187826e2a498355b37bf208d1a5153b088 /site | |
| parent | dc06b9966e21faa3f1d2f9ce14cb12a0870e8c6c (diff) | |
| download | bootstrap-2e87f9aef0dca68967199e52660b645b75dd169d.tar.xz bootstrap-2e87f9aef0dca68967199e52660b645b75dd169d.zip | |
images.md: remove zero-width space (#35234)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.1/content/images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/content/images.md b/site/content/docs/5.1/content/images.md index 9d13ef4fb..b55e7a2b8 100644 --- a/site/content/docs/5.1/content/images.md +++ b/site/content/docs/5.1/content/images.md @@ -48,7 +48,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> |
