Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 657 Bytes

File metadata and controls

27 lines (16 loc) · 657 Bytes

Nanobox

Extremely lightweight and fast "lightbox". Zero-dependencies. Only 1.4 KB. And that's without minification and gzip.

No, really, just 1483 bytes of readable code.

Usage

<script src="https://cdn.jsdelivr.net/gh/jitbit/nanobox/nanobox.js"></script>

<a class="something" href="https://i.imgur.com/F36gf2O.jpg">click me</a>

<script>
	Nanobox.attach("a.something");
</script>

Supports images and iframes

If the link points to an image - clicking the link will show an image modal.

If not - if will show an iframe pointing to the link (so you can use it with Yoututbe videos etc)

Demo

https://jitbit.github.io/nanobox/