erincobb

Forum Replies Created

Viewing 1 post (of 1 total)
in reply to: TimThumb alignment and zoom parameters #28340

erincobb
Member

Thanks so much! This worked perfectly.

For anyone looking to do the same thing, I modified the line beginning with $image->resize to include an array for x and y crop position, like so:

$image->resize($size[0], $size[1], array(“center”, “top”));

Viewing 1 post (of 1 total)