diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..076109a --- /dev/null +++ b/README.txt @@ -0,0 +1,10 @@ +ImageCache Auto +=============== + +This module creates imagecache presets on the fly, meaning that +a request to http://yoursite/<file path>/imagecache_auto/<width>/<height>/<filename> +will automatically create a resize and crop profile with the given dimensions +and return the filename. + +This is specially useful when building websites that need to display +pictures according to the user's screen dimensions. |