ژمارەکان
بەڵگەنامە و نموونە بۆ پیشاندانی وێنە و دەقی پەیوەندیدار بە پێکهاتەی وێنە لە Bootstrap.
هەر کاتێک پێویستت بە پیشاندانی پارچە ناوەڕۆکێک بوو- وەک وێنەیەک کە سەرنووسێکی هەڵبژاردەیی هەبێت، بیر لە بەکارهێنانی <figure>
.
پۆلەکانی included .figure
, .figure-img
و بەکاربهێنە .figure-caption
بۆ دابینکردنی هەندێک شێوازی بنەڕەتی بۆ HTML5 <figure>
و <figcaption>
توخمەکان. وێنەکان لە ژمارەکاندا هیچ قەبارەیەکی ڕوونیان نییە، بۆیە دڵنیابە پۆلەکە زیاد بکە بۆ .img-fluid
پۆلەکەت بۆ <img>
ئەوەی وەڵامدەرەوە بێت.
<figure class="figure">
<img src="..." 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>
ڕێکخستنی نووسینی وێنەکە ئاسانە بە سوودمەندییەکانی دەقەکەمان .
<figure class="figure">
<img src="..." 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>