Recent Topics

1 Aug 13, 2013 21:07    

v5.0.5

In regards to thumbnail sizes: if one sets to "crop" thumbnails, is there a way to specify that it crops at top, center or bottom?

in _advanced.php one can modify custom sizes, can one specify it to crop from the top?

			

			'fit-160x160' => array( 'fit', 160, 160, 80 ),'
			 'fit-220x165' => array( 'fit', 220, 165, 85 ),
			'crop-64x64' => array( 'crop', 64, 64, 85 ),
			'crop-80x80' => array( 'crop', 80, 80, 85 ),

2 Aug 13, 2013 21:21

it seems the answer was right there all along... crop-top??!

3 Aug 14, 2013 00:01

Exactly ;)

Note it doesn't crop exactly at the top but near the top. We adjusted it to get the faces out of typical vertical pictures.

You can see the result with your own profile picture on this site.

4 Aug 14, 2013 11:18

yeah I noticed! funny enough when I first noticed that you had a top offset I thought it had something to do with that sort of thing. ;o


Form is loading...