What's that?By "engines" we mean the gallery display effects (or possibilities). The most of engines are based on various lightbox clones (except the "external_link") or simple pupup window.
There are the following engines available in Web Gallery plugin:
external_link
External link enable you to redirect your visitors to some URL web address after they click on image thumbnail.
How to specify the URL?
You have two options:
- Insert image to the article first.
- Add "href" attribute with URL address to IMG tag.
That means something like <img src="google.jpg" href="http://www.google.com" />
OR
- Insert image to the article
first (or use "directory" integration).
- Navigate to the directory where the original image is
stored.
- Create a file with same name as image name has but with .url
extension.
For example, your image is called "google.jpg", so we created a
"google.url" file. - Now open your .url file (to editation) and insert the
URL address to redirect - for example "http://www.google.com".
- Don't
forget to save .url file.
|