Tried using the thumbnail functions?

Add this in your functions file:
// Enable post thumbnails
add_theme_support('post-thumbnails');
set_post_thumbnail_size(520, 250, true);
size=520x250 - crop=true

Then call it:
<?php the_post_thumbnail(); ?>
Or, use timthumb.