Giter VIP home page Giter VIP logo

lightbox's Introduction

Lightbox

Lightbox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages. It is built on the top of the popular JavaScript framework jQuery and is both easy to implement and a snap to customize.

Usage

Image

<a href="large.jpg" data-toggle="lightbox"><img src="small.jpg" alt="pic"></a>

Video

<a href="video.mp4" data-toggle="lightbox">Video</a>

Gallery

Option 1

<a href="large-1.jpg" data-toggle="lightbox" data-gallery="[data-toggle='lightbox']"><img src="small-1.jpg" alt="pic"></a>
<a href="large-2.jpg" data-toggle="lightbox" data-gallery="[data-toggle='lightbox']"><img src="small-2.jpg" alt="pic"></a>
<a href="large-3.jpg" data-toggle="lightbox" data-gallery="[data-toggle='lightbox']"><img src="small-3.jpg" alt="pic"></a>

Option 2

<a href="large-1.jpg" data-toggle="lightbox" data-gallery=".example-gallery"><img src="small-1.jpg" alt="pic"></a>
<div class="example-gallery hidden">
	<a href="large-1.jpg"><img src="small-1.jpg" alt="pic"></a>
	<a href="large-2.jpg"><img src="small-2.jpg" alt="pic"></a>
	<a href="large-3.jpg"><img src="small-3.jpg" alt="pic"></a>
</div>

Option 3

<a href="video1.mp4" data-toggle="lightbox" data-gallery="[data-toggle='lightbox']">Video 1</a>
<a href="video2.mp4" data-toggle="lightbox" data-gallery="[data-toggle='lightbox']">Video 2</a>
<a href="video3.mp4" data-toggle="lightbox" data-gallery="[data-toggle='lightbox']">Video 3</a>

Option 4

<a href="video1.mp4" data-toggle="lightbox" data-gallery=".example-gallery">Video 1</a>
<div class="example-gallery hidden">
	<a href="video1.mp4">Video 1</a>
	<a href="video2.mp4">Video 2</a>
	<a href="video3.mp4">Video 3</a>
</div>

Inline

<a href="#example" data-toggle="lightbox">View content</a>
<div id="example">
	<h2>Title</h2>
	<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veniam voluptate explicabo libero quos, ab. Incidunt esse corporis tenetur, placeat quibusdam veniam alias minima repellendus quidem officia blanditiis quaerat ipsam, vel!</p>
</div>

AJAX

<a href="http://example.com" data-toggle="lightbox">Load content</a>

IFrame

<a href="http://example.com" data-toggle="lightbox" data-type="iframe">Load content</a>

JS

$(function(){
	$('[data-toggle="lightbox"]').lightbox();
})

Parameters

Parameters in the element (with 'data-' prefix) or js ($('[data-toggle="lightbox"]').lightbox({param: value}))

  • gallery: Element's selector contain links to images or videos
  • type: auto (default) | inline | image | video | ajax | iframe
  • class: class name (default: lightbox-main)
  • title: false (default) | html
  • content: false (default) | html
  • footer: false (default) | html
  • behavior: default | modal

Requirements:

jQuery

lightbox's People

Contributors

marcos0x avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.