How can I add pagination and how can I change thumbnail size?

Try this in your functions.php file:

add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 200, 200 );

Read More: http://codex.wordpress.org/Function_Reference/set_post_thumbnail_size