=== Plugin Name === Contributors: Dave Zaikos Donate link: http://www.zaikos.com/donate/ Tags: images, pictures, photo, gallery, lightview Requires at least: 2.8 Tested up to: 2.8.4 Stable tag: 1.2.1 Enables Lightview for images in posts and pages, including the WordPress image gallery. == Description == Allows WordPress to utilize Nick Stakenburg's [Lightview](http://www.nickstakenburg.com/projects/lightview/ "Lightview") for images in posts and pages, including the WordPress image gallery. Lightview provides a clean, simple JavaScript image and gallery viewer. After installing the plugin will automatically use Lightview for all links to images and when the WordPress gallery is used. == Installation == 1. Upload the `z-lightview` folder to the `wp-content/plugins/` directory. 2. [Download Lightview](http://www.nickstakenburg.com/projects/download/?project=lightview "Download Lightview") from Nick Stakenburg's web site. 3. Extract the Lightview zip file. 4. Upload the `css` and `images` directories to the `wp-content/plugins/z-lightview` directory. 5. Upload the `js/lightview.js` file to the `wp-content/plugins/z-lightview/js` directory 6. Activate the plugin through the 'Plugins' menu in WordPress. That's it! Links to image files and uses of the gallery shortcode, `[gallery]`, will be updated to use Lightview. == Frequently Asked Questions == = What image types are supported? = Creating a link to a file that ends with a JPEG, JPG, PNG, GIF or BMP extension will be handled by Lightview. = Lightview isn't working when I click a link. = Lightview doesn't intercept links until the page is completely loaded. If a link is clicked before the page finishes loading then it will be handled as per usual (i.e. the image will load in the browser screen instead of being handled by Lightview). = Internet Explorer 8 doesn't work properly. = No, it doesn't. But that's not any surprise either. This is a result of the Protocol JavaScript library not working properly with Internet Explorer 8. To fix this add the following to your `header.php` file **immediately** after the `` tag: `` Alternatively, you can uncomment line 205 in the `z-lightview.php` file. Please read the comments on lines 52-53 first though. = I get a fatal error when activating which says files are missing. = Due to licensing issues, Lightview cannot be included with the download. You must [download](http://www.nickstakenburg.com/projects/download/?project=lightview) Lightview separately and upload the folders included there (css, images, and js) to this plugin's folder. == Changelog == = 1.2.1 = * Update to support PHP 4. This should fix the line 34 syntax error that would cause a fatal error when running in a PHP 4 environment. = 1.2 = * First public release on the WordPress Plugins directory.