Bootstrap CSS Classes

Bootstrap CSS class .img-fluid

<img src="/placeholder/pictures/image.svg" class="img-fluid" alt="Responsive image">

Preview

CSS source

/* _images.scss:8 */
.img-fluid {
  @include img-fluid;
}

Check .img-fluid in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Bootstrap CSS classes in Images category

© 2024 Shuffle. All rights reserved.