Auto crop images in WordPress

You can use add_image_size to create your custom size like this:

add_image_size( 'featured-works', 220, 180, true );

then get it like this:

wp_get_attachment_image_src($thumbnail_id,'featured-works');

take into account how the crop works here

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)