Glightbox is a pure javascript lightbox. It can display images, videos with optional autoplay for youtube, vimeo and even self hosted videos with JWPlayer support
You can check the live demo clicking here
To start using glightbox simply add the css and the script to your site.
<link rel="stylesheet" href="dist/css/glightbox.css">
<script src="dist/js/glightbox.min.js"></script>
For more information please check the demo site.
GLightbox was tested in the following browsers.
- Safari
- Mobile Safari
- Opera
- Edge
- Firefox
- Internet Explorer 11
It will work in any browser that supports css Flexbox
- Improve github description with more documentation and examples
This project is licensed under the MIT License - see the LICENSE.md file for details