
zzz.js (zoomzoomzang) is a CSS-less vanilla JavaScript image zoom plugin to create a fullscreen lightbox to showcase your images in a simple way. Inspired by Medium.com.
How to use it:
Link to the zoomzoomzang’s JavaScript file:
<script src="zzz.js"></script>
Add the CSS class ‘zzz.js’ to the images.
<img src="1.jpg" class="zzz">
Initialize the library and specify the color of the background overlay.
zzz.init("#fafafa");






