codrops / Elastislide

Elastislide is a responsive image carousel that will adapt fluidly in a layout. It is a jQuery plugin that can be laid out horizontally or vertically with a pre-defined minimum number of shown images
362 stars 111 forks source link

Includes Required? #42

Open DerekFoulk opened 9 years ago

DerekFoulk commented 9 years ago

Most plugins include some information in their README... I cannot find what I am looking for anywhere; I need to know what exactly is required to use this plugin (as far as includes).

Do I only need the following?:

Or do I need a little more?:

Or all of the following?:

I already have Modernizr included, so I am sure I do not need to include that file, but as for the others that come with this repo, there is little to no mention of the required includes. I could imagine needing to include a couple of the images, as well as this _jquerypp.custom.js_ for swipe support...

Can anyone shed some light on this for me?