=== Expandoo === Contributors: adeneo Tags: expandoo, image, expander, lightbox Requires at least: 3.5 Tested up to: 3.8 Stable tag: 3.8 License: GPLv2 or later Expandoo expands images when they are clicked, much like a lightbox, but without opening anything new. == Description == Once clicked, the image will expand to the same width as the parent element, and once clicked again, it will return to it's original size. Settings can be easily changed with simple data attributes in the markup, or in the Wordpress admin panel. There's options for 3D animations, shadows and tooltips included in the plugin. == Installation == 1. Upload the Expandoo plugin to your blog 2. Activate it, and you're good to go. In the Wordpress media uploader, there will be a new option in the "Link to" dropdown named "Expandoo", select this to activate the plugin for that image as it's inserted into the editor. Adding the class ".expandoo" to any image will also activate that image for the plugin. The following data attributes can be used to change the default settings. * **data-maxwidth** => sets the width the image will expand to * **data-parent** => set the parent element to fill, accepts any jQuery selector * **data-speed** => sets the animation speed in milliseconds Example: == Screenshots == 1. Admin panel - General settings 2. Admin panel - Animations 3. Admin panel - Tooltips 4. Click image to start transition 5. With optional shadows, 3D and tooltips 6. Slides and expands 7. 3D animation 8. Fills the width of the post or a predefined width, parent etc. 9. Full size image, tooltip changes and a new click reverses the image to it's original size == Changelog == = 1.0.0 = * First version = 1.0.1 = * Updated with admin panel, shadows, options etc.