I've set a featured image on my pages and want to crop them to a certain dimension. The problem is that it crops those dimensions in the center of the photo vs. from the top left (0,0) position. How can I set it so that the the crop starts from the top of the photo?
HTML:
<div class="post-thumb">
<?php the_post_thumbnail( array(960,300) ); ?>
</div>