How to set image shape in bootstrap4
Jul 17, 2019 pm 04:26 PMRounded corner picture
.rounded class allows the picture to display the rounded corner effect:
Example
<img class="rounded lazy" src="/static/imghw/default1.png" data-src="cinqueterre.jpg" alt="Cinque Terre">
Ellipse picture
.rounded-circle class can set an elliptical picture :
Example
<img class="rounded-circle lazy" src="/static/imghw/default1.png" data-src="cinqueterre.jpg" alt="Cinque Terre">
Related recommendations: "bootstrap Getting Started Tutorial"
Thumbnail
.img-thumbnail class is used to set picture thumbnails (pictures have borders):
Instance
<img class="img-thumbnail lazy" src="/static/imghw/default1.png" data-src="cinqueterre.jpg" alt="Cinque Terre">
Picture alignment
Use the .float-right class to set the right alignment of the picture, and use the .float-left class to set the left alignment of the picture:
Example
<img class="float-left lazy" src="/static/imghw/default1.png" data-src="paris.jpg" alt="How to set image shape in bootstrap4" > <img class="float-right lazy" src="/static/imghw/default1.png" data-src="cinqueterre.jpg" alt="How to set image shape in bootstrap4" >
Responsive images
Images come in a variety of sizes , we need to automatically adapt according to the size of the screen.
We can set up responsive images by adding the .img-fluid class in the tag.
.img-fluid 类设置了 max-width: 100%; 、 height: auto; :
Example
<img class="img-fluid lazy" src="/static/imghw/default1.png" data-src="img_chania.jpg" alt="Chania">
The above is the detailed content of How to set image shape in bootstrap4. For more information, please follow other related articles on the PHP Chinese website!

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

How do I stay up-to-date with the latest Bootstrap releases and updates?

How do I override Bootstrap's styles without modifying the core framework files?

What are the key components of the Bootstrap framework (grid system, typography, components, utilities)?

Where can I find Bootstrap templates and themes?

How do I use Bootstrap's grid system to create responsive layouts for different screen sizes?

How do I customize the appearance and behavior of Bootstrap's components?

Can I use inline-block in the Bootstrap picture centered?

How do I make Bootstrap websites accessible (A11y)?
