Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.05 KB

blurred

Module for Drupal 7 blurring background for uploaded images while keeps desired aspect ratio. Creates thumbnails for portrait (vertical) pictures as if they were landscape (vertical) and vice versa.

This is copy of fully functioning module from Drupal module repository. I have created it back in 2016 because native Drupal 7 mechanism around thumbnails didn't fit my needs: when user uploads photos taken by mobile, thumbs are terrible.

Blurred background module for Drupal 7

Maintainers

Jasom Dotnet

Project homepage

Project homepage

Installation

  • Install as usual
  • Set 'scale' effect for 'thumbnail image style' to 256x144 (upscaling allowed)
  • Set 'blurred' effect for 'thumbnail image style' to 256x144
  • Flush 'thumbnail image style' images (drush image-flush thumbnail)

Credits