<img class="img-thumbnail" src="/placeholder/pictures/image.svg" alt="Thumbnail image">
<img class="img-thumbnail" src="/placeholder/pictures/image.svg" alt="Thumbnail image">
/* _images.scss:14 */
.img-thumbnail {
padding: $thumbnail-padding;
background-color: $thumbnail-bg;
border: $thumbnail-border-width solid $thumbnail-border-color;
@include border-radius($thumbnail-border-radius);
@include box-shadow($thumbnail-box-shadow);
// Keep them at most 100% wide
@include img-fluid;
}
Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.
© 2024 Shuffle. All rights reserved.