slidebox-js
Version:
A jQuery plugin for easy creation of responsive lightbox-style media galleries and carousels.
37 lines (25 loc) • 1.08 kB
HTML
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8"/>
</head>
<body>
<h1 id="slidebox.js">slideBox.js</h1>
<p>A jQuery plugin for easy creation of responsive lightbox-style media galleries and carousels. Features:</p>
<ul>
<li>Groups together your media in a lightbox-style gallery or carousel.</li>
<li>Autorotating carousels.</li>
<li>Carousel pager support.</li>
<li>CSS transitions.</li>
<li>Basic UI included.</li>
<li>Lazyloads images and video through <a href="https://github.com/aFarkas/lazysizes">lazysizes.js</a>.</li>
</ul>
<p>Find the compiled and minified version of the plugin, CSS and images in the directory ‘<a href="https://github.com/carst/slideBox.js/tree/master/dist">dist</a>’.<br />
See <a href="http://slidebox.vdmolen.xyz">slidebox.vdmolen.xyz</a> for setup and examples.</p>
<h2 id="packagemanagers">Package Managers</h2>
<p>Install from npm:</p>
<p><code>npm install slidebox-js --save</code></p>
<p>Install from bower:</p>
<p><code>bower install slidebox-js --save</code></p>
</body>
</html>