in English

ပုံများ

ပုံများကို တုံ့ပြန်မှုရှိသော အမူအကျင့်အဖြစ် ရွေးချယ်ခြင်းအတွက် စာရွက်စာတမ်းနှင့် ဥပမာများ (ထို့ကြောင့် ၎င်းတို့သည် ၎င်းတို့၏ မိခင်ဒြပ်စင်များထက် ဘယ်သောအခါမှ ပိုကြီးမည်မဟုတ်) နှင့် ပေါ့ပါးသောစတိုင်များကို အတန်းများမှတစ်ဆင့် ၎င်းတို့ထံ ထည့်သွင်းပါ။

တုံ့ပြန်ပုံများ

Bootstrap ရှိ ပုံများကို တုံ့ပြန်မှု ပြုလုပ်ထားသည် .img-fluidmax-width: 100%;၎င်းကို ပင်မဒြပ်စင် နှင့် height: auto;ချိန်ညှိရန်အတွက် ပုံတွင် အသုံးချထားသည်။

Placeholder Responsive image
<img src="..." class="img-fluid" alt="...">
SVG ပုံများနှင့် Internet Explorer

Internet Explorer 10 နှင့် 11 တွင်၊ SVG ရုပ်ပုံများ .img-fluidသည် အချိုးမပြေစွာ အရွယ်အစားရှိသည်။ ၎င်းကိုဖြေရှင်းရန် width: 100%;သို့မဟုတ် .w-100လိုအပ်ပါက ထည့်ပါ။ ဤပြင်ဆင်မှုသည် အခြားရုပ်ပုံဖော်မတ်များကို မှားယွင်းစွာ အရွယ်အစားပြုလုပ်ထားသောကြောင့် Bootstrap သည် ၎င်းကို အလိုအလျောက် အသုံးပြုမည်မဟုတ်ပါ။

ပုံသေးများ

ကျွန်ုပ်တို့၏နယ်စပ်-အချင်းဝက် utilities များ အပြင် ၊ .img-thumbnailပုံတစ်ပုံကို အဝိုင်းပုံ 1px ဘောင်သဏ္ဌာန်ပေးရန် သင်အသုံးပြုနိုင်ပါသည် ။

A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera 200x200
<img src="..." class="img-thumbnail" alt="...">

ပုံများကို ချိန်ညှိခြင်း။

ပုံများကို အကူအညီပေးသည့် float အတန်းများ သို့မဟုတ် စာသားချိန်ညှိမှုအတန်းများ နှင့် ချိန်ညှိ ပါ။ margin utility class ကိုblock အသုံးပြု၍ အဆင့်ပုံများကို ဗဟိုပြုနိုင်သည် ။.mx-auto

Placeholder 200x200 Placeholder 200x200
<img src="..." class="rounded float-left" alt="...">
<img src="..." class="rounded float-right" alt="...">
Placeholder 200x200
<img src="..." class="rounded mx-auto d-block" alt="...">
Placeholder 200x200
<div class="text-center">
  <img src="..." class="rounded" alt="...">
</div>

ပုံ

အကယ်၍ သင်သည် သီးခြားဒြပ်စင်တစ်ခုအတွက် <picture>များစွာသောဒြပ်စင်ကို သတ်မှတ်ရန် ဒြပ်စင် ကို အသုံးပြုနေပါက၊ အတန်းများကို tag ထဲသို့ မ ထည့်ကြောင်း သေချာပါစေ ။<source><img>.img-*<img><picture>

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