mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
images.md: remove zero-width space (#35234)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
dc06b9966e
commit
2e87f9aef0
@ -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.
|
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
|
```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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user