diff options
Diffstat (limited to 'templates/fluid/fluid.xml')
| -rw-r--r-- | templates/fluid/fluid.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/fluid/fluid.xml b/templates/fluid/fluid.xml index b4e528b..49e8547 100644 --- a/templates/fluid/fluid.xml +++ b/templates/fluid/fluid.xml @@ -6,15 +6,15 @@ <landscape w="1423" h="800" /> <portrait w="1000" h="1000" /> <quality value="95" /> - <no_resize /> <fallback size="preview" /> + <threshold no_resize="25" availability="155" quality="5" /> </size> <size name="preview" tagname="preview"> <landscape w="1067" h="600" /> <portrait w="800" h="800" /> <quality value="95" /> - <no_resize /> + <threshold no_resize="10" availability="10" quality="5" /> </size> <size name="thumbnail" type="thumbnail" style="fixed"> @@ -26,8 +26,8 @@ <landscape w="1897" h="1067" /> <portrait w="1200" h="1200" /> <quality value="95" /> - <no_resize /> <fallback size="original" /> + <threshold no_resize="20" availability="20" quality="5" /> </size> </image_sizes> |
