You are here

README.txt in Image Resize Filter 8

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
Image Resize filter for Drupal 8
--------------------------------

This filter makes it easy to resize images, especially when combined with CKeditor.
Users never have to worry about scaling image sizes again, just insert an image and
set it's height and width properties in HTML and the image is resized on output.

Install
-------

1) Normal installation https://www.drupal.org/docs/extending-drupal/installing-drupal-modules.
2) Visit Configuration->Content authoring-> Text formats and editors (/admin/config/content/formats).
   Click  "Configure" next to the text format you want to enable the image resize filter on.
3) Check the box for "Image Resize Filter: Resize images based on their given height and width attributes" for
   resize the images automatically and "Image Resize Filter: Link images derivates to source" to link the images
   to their original image.
4) IMPORTANT: Re-order your enabled filters under "Filter processing order". The Image resize filters must be
   the last filters in the list.
5) Optional: Go to the Filter Settings to set additional configuration.

Author D7 Version: Nathan Haug (quicksketch)
Maintainer D8 Version: David Valdez (gnuget) and https://agaric.coop

File

README.txt
View source
  1. Image Resize filter for Drupal 8
  2. --------------------------------
  3. This filter makes it easy to resize images, especially when combined with CKeditor.
  4. Users never have to worry about scaling image sizes again, just insert an image and
  5. set it's height and width properties in HTML and the image is resized on output.
  6. Install
  7. -------
  8. 1) Normal installation https://www.drupal.org/docs/extending-drupal/installing-drupal-modules.
  9. 2) Visit Configuration->Content authoring-> Text formats and editors (/admin/config/content/formats).
  10. Click "Configure" next to the text format you want to enable the image resize filter on.
  11. 3) Check the box for "Image Resize Filter: Resize images based on their given height and width attributes" for
  12. resize the images automatically and "Image Resize Filter: Link images derivates to source" to link the images
  13. to their original image.
  14. 4) IMPORTANT: Re-order your enabled filters under "Filter processing order". The Image resize filters must be
  15. the last filters in the list.
  16. 5) Optional: Go to the Filter Settings to set additional configuration.
  17. Author D7 Version: Nathan Haug (quicksketch)
  18. Maintainer D8 Version: David Valdez (gnuget) and https://agaric.coop