Images and Videos
Learn how to use images and videos properly in Bootstrap.
We'll cover the following...
Images are used on almost every website, so it’s crucial to make them responsive. The images should fit appropriately and overflow should be avoided. Let’s learn how to implement responsive images.
The .img-fluid
class
Bootstrap provides us with the .img-fluid
class to make images responsive. It contains the following CSS properties: ...