Skip to content
forked from squeral/lightbox

Simple lightbox effect for images and iframes

License

Notifications You must be signed in to change notification settings

cgauld/lightbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lightbox

Simple lightbox effect for images and iframes (using Vanilla JS)

Usage

<a href="//c3.staticflickr.com/3/2921/14110628260_d7d1e4ec5c_z.jpg" lightbox="image">Image</a>
<a href="//www.youtube.com/watch?v=N9K90cA3LZQ" lightbox="iframe" url="//www.youtube.com/embed/N9K90cA3LZQ?autoplay=1">YouTube</a>
<a href="//vimeo.com/49695922" lightbox="iframe" url="//player.vimeo.com/video/49695922?autoplay=true">Vimeo</a>
<a href="//example.com/vid.mp4" lightbox="video">HTML5 Video</a>
[].forEach.call(document.querySelectorAll('[lightbox]'), function(el) {
  el.lightbox = new Lightbox(el);
});

About

Simple lightbox effect for images and iframes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.1%
  • CSS 24.9%