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' => '', // Image positions, any positive or negative number
'left' => '',
'bottom' => '',
'right' => '',
'mtop' => '', // Image margins
'mleft' => '',
'mbottom' => '',
'mright' => '',
'alt' => '',
'lightbox' => 'none', // none, image, video
'zoom' => '0' // 0, 1, 2, 3
'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" /]
Left Align Preloaded Image

[image url="wp-content/uploads/Paris-Ferris.jpg" width="500" height="300" align="alignleft" preload="true"]
Right Aligned Image with Link
[image url="wp-content/uploads/Paris-Ferris.jpg" width="500" height="300" align="alignright" link="http://www.google.com"]
Center Aligned Image with Lightbox Image Support
[image url="wp-content/uploads/Paris-Ferris.jpg" width="500" height="300" align="aligncenter" lightbox="image" link="http://www.tkweb.it/wp-content/uploads/Paris-Ferris.jpg"]
Right Aligned Image with Lightbox Video Support
[image url="wp-content/uploads/Paris-Ferris.jpg" width="500" height="300" align="alignright" lightbox="video" link="http://vimeo.com/8966274"]
Center Aligned Image with Image Zoom

[image url="wp-content/uploads/Paris-Ferris.jpg" width="640" height="300" align="aligncenter" zoom="1"]