Image Shortcodes

Defaults

Below are the options that are available for this shortcode and their default values. A hash (#) indicates a required value.
'url' => '#',
'width' => '',
'height' => '',
'link' => '',
'align' => 'none', // none, alignleft, alignright, aligncenter
'top' => '', // Any positive or negative number
'left' => '',
'bottom' => '',
'right' => '',
'alt' => '',
'lightbox' => 'none', // none, image, video
'zoom' => '0' // 0, 1
'preload' => 'false' // false, true

And this is what you should insert into your posts and pages…
[image " url="#" width="" height="" align="alignnone" link="" lightbox="none" alt="" zoom="0" preload="false" /]

[curved]

Left Align Preloaded Image

[image url="http://ghostpool.com/wordpress/slide/wp-content/uploads/2010/10/New-york-Taxi.jpg" width="500" height="300" align="alignleft" preload="true"]

[curved]

Right Aligned Image with Link

[image url="http://ghostpool.com/wordpress/slide/wp-content/uploads/2010/10/New-york-Taxi.jpg" width="500" height="300" align="alignright" link="http://www.google.com"]

[curved]

Center Aligned Image with Lightbox Image Support

[image url="http://ghostpool.com/wordpress/slide/wp-content/uploads/2010/10/New-york-Taxi.jpg" width="500" height="300" align="aligncenter" lightbox="image" link="http://ghostpool.com/wordpress/slide/wp-content/uploads/2010/10/New-york-Taxi.jpg"]

[curved]

Right Aligned Image with Lightbox Video Support

[image url="http://ghostpool.com/wordpress/slide/wp-content/uploads/2010/10/New-york-Taxi.jpg" width="500" height="300" align="alignright" lightbox="video" link="http://vimeo.com/8966274"]

[curved]

Center Aligned Image with Image Zoom

[image url="http://ghostpool.com/wordpress/slide/wp-content/uploads/2010/10/New-york-Taxi.jpg" width="640" height="300" align="aligncenter" zoom="1"]