Pour toutes questions sur nos formations Drupal, n'hésitez pas à nous contacter.
The easiest end-user solution for resizing inline images.
This filter makes it easy to resize images, especially when combined with a WYSIWYG editor such as tinyMCE or 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 (this is done automatically by WYSIWYG editors) and the image is resized on output to match the HTML.
Features:
Demos:
Image Resize Filter demo and configuration options by Lullabot.
Demo combining FileField Insert with Image Resize Filter by MustardSeed Media.
Requirements:
Installation:
If using the Image Resize Filter on the "Filtered HTML" input format, you MUST ensure
A) The <img> tag is in the list of allowed tags and
B) The "Image resize filter" is run BEFORE the "HTML filter".
If using the Image Resize Filter with BBCode or some other non-HTML filter, the "Image resize filter" must be run AFTER the BBCode filter. If using Pathologic, Image Resize Filter must be run AFTER the Pathologic filter too, since Pathologic must correct image path locations for Image Resize Filter to find the images.
D7CX: This module had a full, stable release the day Drupal 7 was released!
This module created by Nate Haug of Lullabot.