2.0.6 • Published 2 years ago

lightbox-werkraum v2.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Description

Simple Lightbox functionality based on Bootstrap 5 using only modal and carousel components

Requirements:

  • Bootstrap 5

Installation

npm i lightbox-werkraum

Instructions

Initialize lightbox :   data-toggle = "lightbox"
Create gallery      :   data-gallery = "memories"
Create caption      :   data-caption = "This describes the image"
Size modal          :   data-size = "fullscreen" (fullscreen, xl, lg and sm)

Demo inside dist/index.html

Usage

  <a href="image-big" data-toggle="lightbox" data-gallery="gallery" data-caption = "This describes the image">
      <img src="image-small">
  </a>
2.0.5

2 years ago

2.0.6

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago