UNPKG

simple-lightbox

Version:

Lightweight plugin for lightbox images and galleries based on jquery api

29 lines (20 loc) 751 B
<!doctype html> <html lang="en"> <head> {{ include('snippets/pageMeta.html', { "title": "SimpleLightbox", "description": "SimpleLightbox is lightweight and responsive lightbox library based on jQuery." }) }} {{ include('snippets/attireAssets.html') }} <link rel="stylesheet" href="dist/simpleLightbox.min.css"> <script src="dist/simpleLightbox.min.js"></script> </head> <body> {{ include('sections/about.html') }} {{ include('sections/examples.html') }} {{ include('sections/apiAndOptions.html') }} {{ include('sections/installation.html') }} {{ include('snippets/githubRibbon.html') }} {{ include('snippets/attireFooter.html') }} </body> </html>