Skip to content

Commit

Permalink
added to jquery plugin registry
Browse files Browse the repository at this point in the history
  • Loading branch information
vanting committed Jul 29, 2013
1 parent 488153d commit ae9017c
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ Juicy Slider

[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/4d633ab006f896928de1e34fbfd22c34 "githalytics.com")](http://githalytics.com/vanting/juicyslider)

Juicy Slider is a responsive slideshow plugin for jQuery. Unlike other plugins that rely on CSS3 browser support, it adjusts image size by computing the corresponding aspect ratio of images and viewport using javascript. This approach makes it more compatible with older browsers. The current release uses jQuery UI to set its transition effects.
Juicy Slider is a responsive slider/slideshow plugin for jQuery. Unlike other plugins that rely on CSS3 support of browser, this plugin adjusts image size by computing the corresponding aspect ratio of images and viewport using javascript. This makes it compatible with older browsers and more consistent. The current release uses jQuery UI to set its transition effects.

## Features

* Lightweight - the minified script is less than 2KB
* Robust - compatible with almost all browsers
* Customizable - various effects, masks and options to create your own style
* Responsive - respond to the change of viewport size
* Open - it is open source and free!

![Screenshot](https://raw.github.com/vanting/juicyslider/master/screenshot.png)

Expand Down
2 changes: 1 addition & 1 deletion css/juicyslider-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified img/nav-40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<!-- Begin page content -->
<div class="container">
<div class="page-header pagination-centered">
<h2>Open, Responsive, Customizable Slideshow Plugin for JQuery</h2>
<h2>Responsive and Lightweight Slider/Slideshow Plugin for JQuery</h2>
</div>
<div class="row-fluid">
<div class="pagination-centered">
Expand Down
2 changes: 1 addition & 1 deletion js/juicyslider-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions juicyslider.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "juicyslider",
"title": "Juicy Slider",
"description": "Juicy Slider is a responsive slider/slideshow plugin for jQuery. Unlike other plugins that rely on CSS3 support of browser, this plugin adjusts image size by computing the corresponding aspect ratio of images and viewport using javascript. This makes it compatible with older browsers and more consistent. The current release uses jQuery UI to set its transition effects.",
"keywords": [
"slider",
"slideshow",
"effect",
"fullscreen",
"responsive",
"customizable",
"lightweight",
"compatible"
],
"version": "1.1.0",
"author": {
"name": "Van Ting",
"url": "https://github.com/vanting"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/vanting/juicyslider/issues",
"homepage": "https://github.com/vanting/juicyslider",
"docs": "https://github.com/vanting/juicyslider",
"demo" : "http://juicyslider.gopagoda.com/",
"download": "https://github.com/vanting/juicyslider/releases",
"dependencies": {
"jquery": ">=1.7",
"ui.core": ">=1.9"
}
}

0 comments on commit ae9017c

Please sign in to comment.