Found this in the functions php:
How do I have to change this, that the thumbnails load automatically, through scrolling?
// Add Jetpack Infinite Scroll support
add_theme_support( ‘infinite-scroll’, array(
‘type’ => ‘click’,
‘footer’ => false,
‘footer_widgets’ => false,
‘container’ => ‘posts’,
‘render’ => false,
‘posts_per_page’ => false,
) );