Source

Imibare

Inyandiko n'ingero zo kwerekana amashusho hamwe ninyandiko hamwe nibice bigize ishusho muri Bootstrap.

Igihe icyo ari cyo cyose ukeneye kwerekana igice cyibirimo-nkishusho ifite ibisobanuro byanditse, tekereza gukoresha a <figure>.

Koresha ibyashyizwemo .figure, .figure-imghamwe .figure-captionnamasomo kugirango utange uburyo bwibanze bwa HTML5 <figure>nibintu <figcaption>. Amashusho mumibare nta bunini bugaragara, bityo rero wemeze kongeramo .img-fluidicyiciro kugirango <img>ukore neza.

400x300
Ibisobanuro ku ishusho yavuzwe haruguru.
<figure class="figure">
  <img src=".../400x300" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
  <figcaption class="figure-caption">A caption for the above image.</figcaption>
</figure>

Guhuza igishushanyo cyanditse biroroshye hamwe nibikorwa byingirakamaro .

400x300
Ibisobanuro ku ishusho yavuzwe haruguru.
<figure class="figure">
  <img src=".../400x300" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
  <figcaption class="figure-caption text-right">A caption for the above image.</figcaption>
</figure>