Skip to content

Releases: etonix/boxy

Boxy Release

09 Mar 04:48
017b8f9
Compare
Choose a tag to compare

Boxy


A basic, responsive lightbox and gallery written in JavaScript.

Boxy Demo

Usage:
Include the necessary files in your <head> element:

<head>
  <link href="boxy.css" type="text/css" rel="StyleSheet">
  <script src="boxy.js"></script>
</head>

Image Galleries

<div id="boxy">
    <img src="image.png">
    <img src="image2.jpg">
</div>

Images

<img src="image.png" class="boxyimg">