Quick image

Content

Description

Short way to insert large image without manual resizing.

Features
  • Unlimited sizes
  • Automatic resize
  • Automatic lightbox
  • Crop selection
  • Caption allowed
  • Unlimited times per page

Usage

[img src="image.jpg"]

Examples

Live preview Shortcode

Basic usage.

[img src="image.jpg"]

Custom size.

[img src="image.jpg" w="200" h="70"]

Custom size + crop by top.

[img src="image.jpg" w="200" h="70" crop="top"]
The TitleThe Title

Image title + caption.

[img src="image.jpg" title="The Title" alt="Caption goes here"]

Attributes

src

Image source.

src="http://yoursite.com/image.jpg"

w

Width. (Default: 100), (Pixels)

w="200"

h

Height. (Default: 100), (Pixels)

h="150"

crop

Crop area. (Default: NULL), (by center)

crop="top"

title

Image title.

title="The Title"

alt

Alternative text. (Caption)

alt="Caption goes here."

align

Image align. (Default: none)

align="left"
align="right"
align="center"