mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 02:30:23 +00:00
Replace img-fluid by w-100 to conform with HTML
This commit is contained in:
parent
b33316dba3
commit
ae1a068d02
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ Carousels don't automatically normalize slide dimensions. As such, you may need
|
|||
|
||||
### Slides only
|
||||
|
||||
Here's a carousel with slides only. Note the presence of the `.d-block` and `.img-fluid` on carousel images to prevent browser default image alignment.
|
||||
Here's a carousel with slides only. Note the presence of the `.d-block` and `.w-100` on carousel images to prevent browser default image alignment.
|
||||
|
||||
{% example html %}
|
||||
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel">
|
||||
|
|
|
|||
Loading…
Reference in a new issue