Commit ae1a068d authored by Isma's avatar Isma Committed by Mark Otto
Browse files

Replace img-fluid by w-100 to conform with HTML

parent b33316db
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment