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.)
13495 users tagging and storing useful source code snippets
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
1 2 var $master_dim = 'height';
1 2 var $master_dim = 'width';
You need to create an account or log in to post comments to this site.