A Flexible, Lightweight jQuery Lightbox Plugin | inLarge

inLarge is a lightweight and flexible jQuery lightbox plug-in for creating responsive full-screen form windows for displaying images, videos, iframes, and other multimedia content.

Stylish Any Lightbox Gallery Content in Pure JavaScript | GLightbox

How to make use of it:

1. Load the jQuery JavaScript library and jQuery inLarge plug-in.

<script src="/path/to/jquery.min.js"></script>
<script src="/path/to/inLarge.min.js"></script>

2. Create a normal photo lightbox.

<img class="inlarge" src="1.jpg">

3. Configure the lightbox plugin.

$('.inlarge').inLarge();

4. Apply your own styles to the lightbox.

.inlarge { cursor: pointer; }

#inlarge-container {
  background-color: #000;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#inlarge-close {
  color: #fff;
  font-size: 20px;
  font-family: Helvetica, Arial, Verdana;
  position: fixed;
  right: 12px;
  text-decoration: none;
  top: 10px;
  z-index: 1001;
}

#inlarge-wrapper {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

#inlarge-inside {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

#inlarge-inside img, #inlarge-inside iframe {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}

#inlarge-inside iframe { width: 100%; }

lightweight multimedia modal library, inLarge plugin/github


See Demo And Download

Official Website(justinarmstrongcreative): Click Here

This superior jQuery/javascript plugin is developed by justinarmstrongcreative. For extra advanced usage, please go to the official website.

Related Posts

Google-Translate-Dropdown-Customize-With-Country-Flag

Google Translate Dropdown Customize With Country Flag | GT API

Flag google translates jQuery text that takes advantage of the Google Cloud Translation API to translate web content between languages by selecting a country from the dropdown…

Bootstrap-Fileinput

HTML 5 File Input Optimized for Bootstrap 4.x./3.x with File Preview | Bootstrap Fileinput

bootstrap-fileinput is an improved HTML 5 file input  Bootstrap 5.x, 4.x and 3.x with file preview for different files, provides multiple selections, resumable section uploads, and more….

Floating-Whatsapp-Chat-Button

How to Add Floating Whatsapp Chat Button In HTML | venom-button

Venom Button is a very simple plugin for the jQuery floating WhatsApp button. Adds a floating button to your site that calls WhatsApp Click to Chat API. It will automatically start the WhatsApp…

Bootstrap-4-Sidebar-Menu-Responsive-Template

Bootstrap 4 Sidebar Menu Responsive Template | MDB

Bootstrap Side Navbar – Responsive sidebar template based on the Bootstrap 4 framework. An easy-to-use, totally responsive, Google Material Design impressed aspect navigation for modern web app…

bootstrap-5-treeview

Bootstrap 5 Treeview Dynamically Collapsible | bs5treeview

Bootstrap 5 Tree View is a very simple plug-in for creating a basic and elegant Treeview using BS5. For use with Bootstrap 5, the attributes have been…

swiper-touch-slider

Modern Mobile Touch Slider With Acceleration Transitions | Swiper

Swiper is the most modern free mobile touch slider with accelerated device transitions and amazing original behavior. It is intended for use in mobile websites, mobile web…

Leave a Reply

Your email address will not be published. Required fields are marked *