Skip to content
/ boxy Public

Boxy is a basic, responsive lightbox and gallery written in JavaScript.

License

Notifications You must be signed in to change notification settings

etonix/boxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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">

About

Boxy is a basic, responsive lightbox and gallery written in JavaScript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published