| 1 |
// $Id: README.txt,v 1.1 2009/02/01 03:53:47 quicksketch Exp $
|
| 2 |
|
| 3 |
This filter makes it easy to resize images, especially when combined with a
|
| 4 |
WYSIWYG editor such as tinyMCE or FCKeditor. Users never have to worry about
|
| 5 |
scaling image sizes again, just insert an image and set it's height and width
|
| 6 |
properties in HTML and the image is resized on output.
|
| 7 |
|
| 8 |
Author: Nathan Haug (quicksketch)
|
| 9 |
|
| 10 |
This module Built By Robots: http://www.lullabot.com.
|
| 11 |
|
| 12 |
Dependencies
|
| 13 |
------------
|
| 14 |
* Drupal 5 or 6
|
| 15 |
|
| 16 |
Install
|
| 17 |
-------
|
| 18 |
1) Place the entire image_resize_filter directory in sites/all/modules. Then
|
| 19 |
enable the module in Drupal.
|
| 20 |
|
| 21 |
2) Visit the Adminsiter->Site configuration->Input formats
|
| 22 |
(admin/settings/filters). Click "configure" next to the input format you want
|
| 23 |
to enable the image resize filter on.
|
| 24 |
|
| 25 |
3) Check the box for "Image resize filter" under the list of filters and save
|
| 26 |
the configuration.
|
| 27 |
|
| 28 |
4) IMPORTANT: Click the "Rearrange" tab to check the order of the filters.
|
| 29 |
|
| 30 |
If using the Image Resize Filter on the "Filtered HTML" input format, you
|
| 31 |
MUST ensure A) that the <img> tag is in the list of allowed tags and B) The
|
| 32 |
"Image resize filter" is run BEFORE the "HTML filter".
|
| 33 |
|
| 34 |
If using the Image Resize Filter with BBCode or some other non-HTML filter,
|
| 35 |
the "Image resize filter" must be run AFTER the BBCode filter.
|
| 36 |
|
| 37 |
5) Optional. Click "configure" next to the input format the image resize filter
|
| 38 |
has been enabled on, then click the "Configure" tab so set additional
|
| 39 |
configuration for the the image resize filter.
|
| 40 |
|
| 41 |
Support
|
| 42 |
-------
|
| 43 |
If you experience a problem with Image Resize Filter, file a request or issue in
|
| 44 |
the Image Resize Filter queue at
|
| 45 |
http://drupal.org/project/issues/image_resize_filter.
|
| 46 |
DO NOT POST IN THE FORUMS. Posting in the issue queues is a direct line of
|
| 47 |
communication with the module authors.
|