Skip to content

werkraum-media/lightbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Get a nice lightbox with different options

Installation

npm i lightboxcrpozo

Demo inside dist/index.html

Package Manager: npm Transpiling: babel Bundling: webpack

Usage

   <div data-toggle="lightbox">
        <img class="lightbox-bootstrap" src="">
        <img class="lightbox-bootstrap" src="">
    </div>

    <script src="./js/bundle.js"></script>

Demo

Options

  • interval_time - data-interval="5000" (number/false stops the looping)
  • effect_type - data-ride="normal" (fade/normal)
  • arrow_mode - data-arrow="true" (true/false)

About

Bootstrap 5 lightbox component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published