bootstrap class align center image
class="mx-auto d-block"
responsive image in bootstrap
<img src="..." class="img-responsive">
image responsive bootstrap 4
<img class="img-fluid" src="" alt=""> //This will make your image responsive
image container bootstrap
<!-- FULL-WIDTH IMAGE -->
<div class="container-fluid">
<div class="row">
<div class="col-12 px-0">
<img class="img-fluid" src="your-image">
</div>
</div>
</div>
<!-- 12 COLUMN IMAGE -->
<div class="container-fluid">
<div class="row">
<div class="col-12">
<img class="img-fluid" src="your-image">
</div>
</div>
</div>
bootstrap profile picture
<img src="..." alt="..." class="img-thumbnail">
bootstrap Image thumbnails
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">
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us