忘れるのでメモ
/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/index.php
146行目の
src=”<?php echo esc_attr($storage->get_image_url($image))?>”
を
src=”<?php echo esc_attr($storage->get_thumbnail_url($image))?>”
に変更
Slideshowすべてに影響すると思うので注意