=== Plugin Name === Contributors: Dave Zaikos Donate link: http://www.zaikos.com/blog/#support-this-site Tags: images, pictures, photo, gallery, lightview Requires at least: 2.8 Tested up to: 2.8.2 Stable tag: 1.2 Enables LightView for images in posts and pages, including the WordPress image gallery. == Description == Replaces the WordPress gallery shortcode with code that utilizes Nick Stakenburg's [LightView](http://www.nickstakenburg.com/projects/lightview/ "LightView"). A clean, simple JavaScript image and gallery viewer. == Installation == 1. Upload the `z-lightview` folder to the `/wp-content/plugins/` directory. 2. 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 163 in the `z-lightview.php` file. Please read the comments on lines 52-53 first though. == Changelog == = 1.2 = * First public release on the WordPress Plugins directory.