Logo Logo v2.0
Image Description Image Description

No Results

  • Get Support
  • Preview Demo
Logo Logo v2.0
  • Documentation
  • Introduction
  • Getting started
  • Getting Started
  • Gulp
  • Dark Mode New
  • Customization
  • Credits
  • Changelog
  • Design & Graphics
  • Bootstrap Icons
  • Illustrations
  • Components
  • Accordion
  • Alerts
  • Avatars
  • Badge
  • Breadcrumb
  • Buttons
  • Button Group
  • Cards
  • Collapse
  • Column Divider
  • Devices
  • Divider
  • Dropdowns
  • Icons
  • List Group
  • Lists
  • Legend Indicator
  • Modal
  • Offcanvas
  • Page Header
  • Pagination
  • Popovers
  • Progress
  • Profile
  • Shapes
  • Sliding Image
  • Spinners
  • Steps
  • Tab
  • Toasts
  • Tooltips
  • Typography
  • Navbars
  • Navbar
  • Navs
  • Mega Menu
  • Navbar Vertical Aside
  • Scrollspy
  • Tables
  • Tables
  • Datatables
  • Sticky Header
  • Basic forms
  • Basic Forms
  • Checks & Switches
  • Input Group
  • Advanced Forms
  • Advanced Select
  • Datepicker (Flatpickr)
  • Date Range Picker
  • Calendar (Fullcalendar)
  • File Attachments
  • Drag’ n’ Drop File Uploads
  • WYSIWYG Editor
  • Quantity Counter
  • Copy to Clipboard
  • Input Mask
  • Step Forms (Wizards)
  • Add Field
  • Toggle Password
  • Count Characters
  • Form Search
  • Toggle Switch
  • Google reCAPTCHA
  • Charts
  • Chart.js
  • Counter
  • Circles.js (Pie Chart)
  • Others
  • Fullscreen Lightbox
  • Leaflet
  • JSVectorMap
  • SortableJS
  • Sticky Block
  • Go To
  • Utilities
  • Backgrounds
  • Borders
  • Colors
  • Links
  • Position
  • Shadows
  • Sizing
  • Spacing
  • Z-index
  • Opacity

Fullscreen Lightbox

Simple and powerful lightbox for displaying photos, HTML5 or YouTube videos in clean overlaying box.

Fullscreen Lightbox documentation

How to use

Copy-paste the following <script> near the end of your pages under JS Implementing Plugins to enable it.

        
          <script src="../assets/vendor/fslightbox/index.js"></script>
        
      

Gallery

  • Preview
  • HTML
Image Description
Image Description
Image Description
              
                <div class="row">
                  <div class="col-sm-4 mb-3 mb-sm-0">
                    <!-- Media Viewer -->
                    <a href="../assets/img/documentation/img1-lg.jpg" data-fslightbox="gallery">
                      <img class="img-fluid" src="../assets/img/documentation/img1.jpg" alt="Image Description">
                    </a>
                    <!-- End Media Viewer -->
                  </div>
                  <!-- End Col -->

                  <div class="col-sm-4 mb-3 mb-sm-0">
                    <!-- Media Viewer -->
                    <a href="../assets/img/documentation/img2-lg.jpg" data-fslightbox="gallery">
                      <img class="img-fluid" src="../assets/img/documentation/img2.jpg" alt="Image Description">
                    </a>
                    <!-- End Media Viewer -->
                  </div>
                  <!-- End Col -->

                  <div class="col-sm-4">
                    <!-- Media Viewer -->
                    <a href="../assets/img/documentation/img3-lg.jpg" data-fslightbox="gallery">
                      <img class="img-fluid" src="../assets/img/documentation/img3.jpg" alt="Image Description">
                    </a>
                    <!-- End Media Viewer -->
                  </div>
                  <!-- End Col -->
                </div>
                <!-- End Row -->
              
            

HTML5 videos

  • Preview
  • HTML
Image Description
              
                <!-- Gallery -->
                <div class="row">
                  <div class="col-sm-4 mb-3 mb-sm-0">
                    <a data-fslightbox="html5-video" data-video-poster="../assets/video/working-in-office.jpg" href="../assets/video/working-in-office.mp4">
                      <img class="img-fluid" src="../assets/video/working-in-office.jpg" alt="Image Description">
                    </a>
                  </div>
                </div>
                <!-- End Gallery -->
              
            

YouTube videos

  • Preview
  • HTML
Image Description
              
                <!-- Gallery -->
                <div class="row">
                  <div class="col-sm-4 mb-3 mb-sm-0">
                    <a data-fslightbox="youtube-video" data-video-poster="../assets/img/1920x1080/img1.jpg" href="https://www.youtube.com/watch?v=d4eDWc8g0e0">
                      <img class="img-fluid" src="../assets/img/1920x1080/img1.jpg" alt="Image Description">
                    </a>
                  </div>
                </div>
                <!-- End Gallery -->