Images

Image with Lightbox – no cropping

[image_float url=”http://gulpanra.com/demo/wp-content/uploads/2012/11/image-6.jpg” width=”160″ height=”120″ type=”left” title=”Text” lightbox=”true”]Image Caption[/image_float]At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[sourcecode]
[[image_float
url="large_image_url.jpg"
width="160"
height="120"
type="left"
title="Text"
lightbox="true"]Image Caption[/image_float]]
[/sourcecode]

[hr top=”30″ bottom=”30″ /]

Image with Lightbox – cropping

[image_float url=”http://gulpanra.com/demo/wp-content/uploads/2012/11/image-6.jpg” width=”160″ height=”120″ type=”right” title=”Alt Text” lightbox=”true” crop=”t”]Image Caption[/image_float] At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[sourcecode]
[[image_float
url="large_image_url.jpg"
width="160"
height="120"
type="right"
title="Text"
lightbox="true"]Image Caption[/image_float]]
[/sourcecode]

[hr top=”30″ bottom=”30″ /]

Single PrettyPhoto Lightbox Image

[pretty_image url=”http://gulpanra.com/demo/wp-content/uploads/2012/11/image-6.jpg” width=”160″ height=”120″ title=”Image Title” gallery=”shortcode” crop=”c”]This is the text below the image in a lightbox[/pretty_image]

[sourcecode]
[[pretty_image
url="large_image_url.jpg"
width="160"
height="120"
gallery="slug"
title="Text"
crop="c"]Image Caption[/pretty_image]]
[/sourcecode]

[hr top=”30″ bottom=”30″ /]

PrettyPhoto Lightbox Gallery

[pretty_gallery width=”145″ height=”200″ gallery=”gallery”]
[pretty_image url=”http://gulpanra.com/demo/wp-content/uploads/2012/11/image-6.jpg” width=”{{width}}” height=”{{height}}” gallery=”{{gallery}}”]Image Description[/pretty_image]
[pretty_image url=”http://gulpanra.com/demo/wp-content/uploads/2012/11/image-7.jpg” width=”{{width}}” height=”{{height}}” gallery=”{{gallery}}”]Image Description[/pretty_image]
[pretty_image url=”http://gulpanra.com/demo/wp-content/uploads/2012/11/image-8.jpg” width=”{{width}}” height=”{{height}}” gallery=”{{gallery}}”]Image Description[/pretty_image]
[pretty_image url=”http://gulpanra.com/demo/wp-content/uploads/2012/11/image-9.jpg” width=”{{width}}” height=”{{height}}” gallery=”{{gallery}}”]Image Description[/pretty_image]
[/pretty_gallery]

[sourcecode]
[[pretty_gallery width="145" height="200" gallery="slug"]
[pretty_image
url="large_image_url.jpg"
width="{{width}}"
height="{{height}}"
gallery="{{gallery}}"]Image Description
[/pretty_image]
[pretty_image
url="large_image_url.jpg"
width="{{width}}"
height="{{height}}"
gallery="{{gallery}}"]Image Description
[/pretty_image]
[pretty_image
url="large_image_url.jpg"
width="{{width}}"
height="{{height}}"
gallery="{{gallery}}"]Image Description
[/pretty_image]
[/pretty_gallery]]
[/sourcecode]

[hr top=”30″ bottom=”30″ /]

Caption Image without float

[caption_image url=”http://gulpanra.com/demo/wp-content/uploads/2012/11/image-6.jpg” width=”660″ height=”420″ title=”Image Alt Title” lightbox=”true” crop=”c”]Image Caption[/caption_image]

[sourcecode]
[[caption_image
url="large_image_url.jpg"
width="660"
height="420"
lightbox="true"
title="Text"
crop="c"
lightbox="true"]Image Caption[/caption_image]]
[/sourcecode]