diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-17 22:00:17 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-17 22:00:17 +0100 |
| commit | c78b9c0f83204c1805c9f1fc858bddefc2402e17 (patch) | |
| tree | e6935ab97d04454db0ba210e56020127f54e5210 /sample/src/setup.xml | |
| parent | 48cb3b4f0d0598b1a84958785323978f4dfee67c (diff) | |
| download | cataract-c78b9c0f83204c1805c9f1fc858bddefc2402e17.tar.xz | |
Enable <nofullsize> in setup.xml
Support for <fullsize> override in the album
Diffstat (limited to 'sample/src/setup.xml')
| -rw-r--r-- | sample/src/setup.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml index 7b8c6b0..84cc639 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -39,6 +39,12 @@ <!-- erase embedded thumbnail image (both from original and big images)? --> <!-- (allowed values: "yes", "no") default = no --> <erase_embed_thumbnail value="yes" /> + + <!-- don't copy full size (original) images --> + <!-- <nofullsize/> can be used globally for whole gallery, --> + <!-- for full album or selectively for each image --> + <!-- - override with <fullsize/> for album or for separate image --> +<!-- <nofullsize /> --> </images> <meta> |
