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