asdhkashd
0
Q:

bootstrap Picture

<img src="..." class="img-fluid" alt="Responsive image">
2
In addition to our border-radius utilities, you can use 
.img-thumbnail to give an image a rounded 1px border appearance.

<img src="..." alt="..." class="img-thumbnail">
2
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.


<picture>
  <source srcset="..." type="image/svg+xml">
  <img src="..." class="img-fluid img-thumbnail" alt="...">
</picture>
1
<img src="..." alt="..." class="img-thumbnail">
0

New to Communities?

Join the community