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' => '',
'mtop' => '0',
'mleft' => 0',
'mbottom' => '0',
'mright' => '0',
'alt' => '',
'title' => '',
'lightbox' => 'none', // none, image, video
'shadow' => 'none', // none, shadow-xs, shadow-s, shadow-m, shadow-l, shadow-xl
'reflection' => 'none', // none, reflection-s, reflection-m, reflection-l
'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="" title="" shadow="none" reflection="none" zoom="0" preload="false" /]

Left Align Preloaded Image with Reflection

[image url="/wp-content/uploads/2010/07/New-york-Taxi.jpg" width="500" height="300" reflection="reflection-m" shadow="none" align="alignleft" preload="true"]

Right Aligned Image with Link and Shadow

[image url="/wp-content/uploads/2010/07/New-york-Taxi.jpg" width="500" height="300" shadow="shadow-m" align="alignright" link="http://www.google.com" title="Google"]

Image with Shadow and Reflection

[image url="/wp-content/uploads/2010/07/New-york-Taxi.jpg" width="500" height="300" shadow="shadow-m" reflection="reflection-m"]

Center Aligned Image with Lightbox Image Support

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

Right Aligned Image with Lightbox Video Support

[image url="/wp-content/uploads/2010/07/New-york-Taxi.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/2010/07/New-york-Taxi.jpg" width="640" height="300" shadow="shadow-m" reflection="reflection-m" align="aligncenter" zoom="1"]