@extends('layouts.master') @section('title')Unikit @endsection @section('css') @endsection @section('body-start')
@endsection @section('content') @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') UI Kit @endslot @slot('title') Images @endslot @endcomponent @endsectionImages in Bootstrap are made responsive with
.img-fluid. max-width: 100%; and
height: auto;
are applied to the image so that it scales with the parent element.
You can use .img-thumbnail
to give an image a rounded.
UI & UX Designer, Japan
You can use .rounded
to give an image a rounded.
UI & UX Designer, USA
You can use .rounded-circle
to give an image a circle.
UI & UX Designer, India
You can use .float-end and .float-start
to give an image position.
You can use .d-block .mx-auto
image center.