=== NIVO slider light  ===
Contributors: Thomas Schmidt
Tags: nivo, slider, gallery, slideshow, jquery
Requires at least: 2.8
Tested up to: 3.2
Stable tag: trunk

The NIVO slider light plugin includes the JQuery NIVO Slider into your wordpress blog. It does not touch any other gallerys.

== Description ==

The NIVO slider can be used to create a simple gallery in your articles. It does not modify any other images or gallerys.

Have a look at the demos at [nivo.dev7studios.com/demos](http://nivo.dev7studios.com/demos/).

After installing the plugin just write something like:

`<div class="nivoSlider" style="height:200px; width:600px;">
  <img src="/uploads/slide1.jpg" alt="" />
  <img src="/uploads/slide2.jpg" alt="" />
  <a href="http://dev7studios.com">
    <img src="/uploads/slide3.jpg" alt="" title="Go to NIVO" />
  </a>
  <img src="/uploads/slide4.jpg" alt="" title="example caption" />
</div>`

Be sure that all images have the same size. Feel free to edit the plugin's source now as described in the [usage guide](http://nivo.dev7studios.com/).

== Installation ==

1. Upload directory `nivo-slider-light` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

= Where is the homepage of NIVO? =

For questions about NIVO visit the homepage [nivo.dev7studios.com](http://nivo.dev7studios.com/ "NIVO").

Or ask the author of this Wordpress Plugin at [netaction.de](https://www.netaction.de/wordpress-plugin-nivo-slider-light/).

== Changelog ==

= 0.1 = 
*	First release

= 1.0 =
* stable version

= 1.5 =
* jQuery noConflict

= 1.8 =
* Update to NIVO 2.4

= 1.10 =
* Update to NIVO 2.6

