Finder component

Lightbox (Gallery)

JavaScript-based lightbox component designed to display various types of media.

The Lightbox component is powerde by Glightbox plugin. Ensure that you include the necessary references to the plugin's CSS and JavaScript files.

CSS file is linked in the <head> section and above theme.min.css reference in your document:

<link rel="stylesheet" href="assets/vendor/glightbox/dist/css/glightbox.min.css">

JavaScript file is linked before the closing </body> tag and above theme.min.js reference in your document:

<script src="assets/vendor/glightbox/dist/js/glightbox.min.js"></script>
Top