Set up VenoBox with Static HTML
masterIf you are not using a package manager, download the latest release or use jsDelivr.
- Place the stylesheet in your
<head>. - Include the script near the end of your page, just before the closing
</body>tag.
<!-- In <head> -->
<link rel="stylesheet" href="venobox/dist/venobox.min.css" />
<!-- Before </body> -->
<script src="venobox/dist/venobox.min.js"></script>