Basic example
Use these default button styles with multiple colors to indicate an action or link within your website.
 
       
       
      Image optimization
    To ensure the proper performance of the page, it is recommended to include
    thumbnails of images in the src attribute. Then in the
    data-twe-img
    attribute add the path to the image with higher resolution. If the
    data-twe-img attribute is omitted, the lightbox will display
    the same image as in the reduced size.
  
Shadows and rounded corners
You can improve the look of the images by adding shadows and rounded corners.
 
       
       
      Different sizes
Loaded images can have any aspect ratio. Their size will be automatically adjusted to the window when you open the lightbox.
 
         
       
      Zoom level
    The data-twe-zoom-level attribute allows you to define the size
    of a single zoom in / zoom out.
  
 
       
       
      Disabled image
    By adding a data-twe-lightbox-disabled attribute to any image,
    you can exclude it from your lightbox. In the example below, the third image
    has been disabled.
  
 
       
       
       
      Captions
    Image captions can be added using the
    data-twe-caption attribute. If it is not set, the data is taken
    from the alt attribute. When you want to disable caption, leave
    the data-twe-caption empty.
  
 
       
       
      Outside access
    The lightbox can be successfully operated via JavaScript. There are many
    public methods available such as open, slide,
    zoomIn, zoomOut, or close. All are
    described in the API tab.
  
 
       
       
      If you are looking for more advanced options, try Bootstrap Lightbox from MDBootstrap.