Posts for bootstrap

How to Create a Lightbox using Bootstrap

A lightbox is a script used to overlay images and videos on a page and dim out the rest of the page content. This tutorial shows how this can be achieved using a bootstrap library called ekkolightbox. Setup First, we import bootstrap CSS and JavaScript files. Since bootstrap requires jQuery, we’ll import that as well. […]

January 12, 2020 in Bootstrap & Code examples