I’m talking about something like 500px.com. Every image is the same height and width and it looks great when its laid out that way. I’ve been looking for a bit and can’t seem to find a tutorial on achieving this. I do know how to simply resize images but I’m looking for something like this specifically.
Share
Rather than doing the image resizing/cropping client side, try using a server side set of utilities.
Assuming you’re running PHP on your server and can install ImageMagik (if it’s not already there)
Have a look at Jue Wangs “Opticrop” library