Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Consistent Thumbnail Width (See related posts)

download system/core/core.image_lib.php, open it up in and editor and change:

   1  
   2  var $master_dim            = 'height';

to
   1  
   2  var $master_dim            = 'width'; 


This will resize all thumbnails to have the same width, regardless of their height (the EE default resizes them all to the same height, regardless of their width.)

You need to create an account or log in to post comments to this site.


Click here to browse all 5556 code snippets

Related Posts