Hello,
When i use the following code in my example, the new dimension of the output image is 59*60. I don't know if it is a bug but this is happening only when height is more than the width of the images.
$thumb->adaptiveResize(60, 60) -> save('photos/test.jpg');