Logo v4.3.1
Image Description

No Results

  • Get Support
  • Preview Demo
Logo v4.3.1
  • Docs
  • Snippets
  • Documentation
  • Introduction
  • Getting started
  • Getting Started
  • Gulp
  • Customization
  • Credits
  • Changelog
  • Design & Graphics
  • Bootstrap Icons
  • Duotone Icons
  • Illustrations
  • Components
  • Accordion
  • Alerts
  • Avatars
  • Badge
  • Breadcrumb
  • Buttons
  • Cards
  • Collapse
  • Column Divider
  • Devices
  • Divider
  • Dropdowns
  • Icons
  • List Group
  • Lists
  • Legend Indicator
  • Modal
  • Offcanvas
  • Page Header
  • Pagination
  • Popovers
  • Progress
  • Profile
  • Shapes
  • Spinners
  • Steps
  • Tab
  • Tables
  • Text Highlight
  • Toasts
  • Tooltips
  • Typography
  • Navbars
  • Navbar
  • Navs
  • Mega Menu
  • Scrollspy
  • Basic forms
  • Basic Forms
  • Checks & Switches
  • Input Group
  • Advanced Forms
  • Advanced Select
  • File Attachments
  • Drag’ n’ Drop File Uploads
  • WYSIWYG Editor
  • Quantity Counter
  • Input Mask
  • Step Forms (Wizards)
  • Range Slider (noUiSlider)
  • Add Field
  • Toggle Password
  • Count Characters
  • Toggle Switch
  • Toggle State
  • Switch
  • Media
  • Fullscreen Lightbox
  • Video Background
  • Video Player
  • Swiper
  • Others
  • Maps (Leaflet)
  • Chart.js
  • Circles.js (Pie Chart)
  • Sticky Block
  • Countdown
  • Sorting (Shuffle.js)
  • Go To
  • Show Animation
  • Typed.js
  • Utilities
  • Backgrounds
  • Borders
  • Colors
  • Links
  • Position
  • Rotations
  • Shadows
  • Sizing
  • Spacing
  • Z-index

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 class="media-viewer" href="../assets/img/documentation/img1-lg.jpg" data-fslightbox="gallery">
                      <img class="img-fluid" src="../assets/img/documentation/img1.jpg" alt="Image Description">

                      <span class="media-viewer-container">
                        <span class="media-viewer-icon">
                          <i class="bi-plus media-viewer-icon-inner"></i>
                        </span>
                      </span>
                    </a>
                    <!-- End Media Viewer -->
                  </div>
                  <!-- End Col -->

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

                      <span class="media-viewer-container">
                        <span class="media-viewer-icon">
                          <i class="bi-plus media-viewer-icon-inner"></i>
                        </span>
                      </span>
                    </a>
                    <!-- End Media Viewer -->
                  </div>
                  <!-- End Col -->

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

                      <span class="media-viewer-container">
                        <span class="media-viewer-icon">
                          <i class="bi-plus media-viewer-icon-inner"></i>
                        </span>
                      </span>
                    </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 -->