diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-28 19:37:44 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-28 19:37:44 +0100 |
| commit | 9d50015682975f1f70e22b4814fe7bf200c60679 (patch) | |
| tree | ff02bb06fbeeb0e4945d6b42a01edbbfd73326b2 /sample | |
| parent | ad67f341ecec4b56dca28181b570036a1095ded6 (diff) | |
| download | cataract-9d50015682975f1f70e22b4814fe7bf200c60679.tar.xz | |
Preload next image
(active by default)
Diffstat (limited to 'sample')
| -rw-r--r-- | sample/src/setup.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml index f9cb460..af2bd9e 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -26,6 +26,8 @@ quality="95" /> <!-- preview image border style - use your custom CSS style to display frame around image --> <border style="border_single" /> + <!-- preload next image (allowed values: "yes", "no") default = yes --> + <preload value="yes" /> </images> <!-- META tags in html head section --> |
