Drupal is a registered trademark of Dries Buytaert
Release: Drupal 10.3.6 Update released for Drupal core (10.3.6)! Release: Drupal 11.0.5 Update released for Drupal core (11.0.5)! Release: Drupal 10.2.9 Update released for Drupal core (10.2.9)! Release: Drupal 10.2.10 Update released for Drupal core (10.2.10)! Release: Drupal 10.3.7 Update released for Drupal core (10.3.7)! Release: Drupal 11.0.6 Update released for Drupal core (11.0.6)! Release: Drupal 10.3.8 Update released for Drupal core (10.3.8)! Release: Drupal 11.0.7 Update released for Drupal core (11.0.7)! Module Revived: Translation Management Tool 8.x-1.19 Module tmgmt updated after 7 months of inactivity (8.x-1.19). Usage Milestone: Account field split Module account_field_split crossed 10,000 active installs.

Drupal core provides and image effect called "Scale and Crop". This effect asks for a target width and height. The source image is scaled up or down to fit within those dimensions (respecting the aspect ratio), and the crops out the remaining portion.

In most cases, it doesn't make sense to upscale the image to fit, because upscaling will result in pixelation and loss of quality.

Drupal core has a longstanding issue to have this fixed, but until then, this module exists to provide the functionality.

This image effect provided by this module while check if the source image width and/or height are smaller than the target dimensions. If so, instead of scaling the image up, the target dimensions are scaled down. This means the output image resolution will be smaller than desired, but the aspect ratio of the target resolution is still maintained, and no upscaling of the image occurs.

Source Resolution Target Resolution Result from Scale and Crop (from core) Result from Scale and Crop (this module) 200x200 (1:1) 300x200 (3:2) 300x200 (3:2, scaled up) 200x133 (3:2) 300x300 (1:1) 300x200 (3:2) 300x200 (3:2) 300x200 (3:2) 300x400 (3:4) 400x225 (16:9) 400x225 (16:9, scaled up) 300x169 (16:9)

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Oct 2024
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Core Release date
2.1.2 Stable Oct 23, 2024