-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (20 loc) · 1.24 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=== Plugin Name ===
Contributors: josh vito
Donate link: http://donate.joshvito.com //coming soon
Tags: responsive, carousel, responsiveCarousel, jQuery,
Requires at least: jQuery 1.4.3+
This is a JQUERY based carousel plugin built with a responsive design
== Description ==
This was created as an alternative to the more complex carousel plugins floating around the inter-webs. This is a simple carousel that scrolla left to right/right to left and the "slides" can be made up of anything the developer wants to scroll. This way the developer can scroll H1 and H2 content that is not in an image. I image this is better for SEO purposes.
== Install Instructions ==
1. Include the JQUERY plugin code after you call the jQuery libreary.
Ex. '<script src="js/jquery.responsiveCarousel.js"></script>'
2. The structure of your HTML will need to be similar to the example included in this repo.
See 'index.html' for example html and css.
See 'img/help_structure_img01.jpg' for deatils on classes and the structure of the carousel
3. Visit the example page at http://sandbox.joshvito.com/responsiveCarousel/
== License ==
GNU GENERAL PUBLIC LICENSE
- see document in root labeled "GNU_license.txt"
MIT License
- see document in root labeled MIT_license.txt