The issue caused by white spaces in folder name Banners for slider. You can duplicate this folder and rename the duplicated one to: Banners_for_slider, for example.
Then add the code right below line 210 in file
../modules/mod_news_pro_gk5/tmpl/com_content/view.php
$IMG_SOURCE = str_replace('%20', '_', $IMG_SOURCE);
The thumbnail images will be generated and displayed.