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
Attributes
src
Image source.
src="http://yoursite.com/image.jpg"
w
Width. (by default: 100, pixels)
w="200"
h
Height. (by default: 100, pixels)
h="150"
crop
Crop area. (by default: NULL, by center)
crop="top"
title
Image title.
title="The Title"
alt
Alternative text. (caption)
alt="Caption goes here."
align
Image align. (by default: NULL)
align="left"
align="right"
align="center"
