overlayslide

1.0.4 • Public • Published

Overlay slide

npm version npm downloads

overlayslide.js - jQuery plugin for overlay image slider

Demo

https://jinmayamashita.github.io/overlayslide/

Installation

just download from unpkg the CDN for everything on npm

<script src="https://unpkg.com/overlayslide@1.0.4/dist/overlayslide.min.js" type="text/javascript"></script>
<!-- overlaySlide css -->
<link rel="stylesheet" href="https://unpkg.com/overlayslide@1.0.4/dist/overlayslide.min.css">

or install a package using npm / yarn

yarn add overlayslide
 
// or
 
npm i overlayslide

Usage

$('.wrap').olslide(options)

example image source from unsplash.com

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i overlayslide

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

20.3 kB

Total Files

7

Last publish

Collaborators

  • jinmayamashita