Overlay
Bootstrap 5 Overlay component
Responsive overlay built with Bootstrap 5. Examples of overlay effect, overlay text on image, overlay image over image & more.
Basic example
Overlay text on image
You can overlay captions on a thumbnail image by adding some text inside the .mask
layer.

Custom heading
paragraph
Overlay effect
To make overlay effect just add .hover-overlay
to the image container. To see more overlay
effects click here.
Overlay image over image
If you want overlay image over image, just put your ovarlaying image in .mask
element.
Card image overlay
If you want to have card image overlay in your card
component just use .card-img-overlay
pattern below your image.
Overlay modal
The easiest way to get the overlay modal is just using the default bootstrap modal component.
Overlay caption
To make an overlay caption just add div
with .position-absolute
and
bottom-0
below the image and all done.

Lorem ipsum dolor sit amet.
Overlay glyphicon on panel
To make overlay glyphicon on the panel just use bootstrap buttons combined with font awesome icons. Put icon inside the button and then you have a simple glyphicon.