So i now only changed this line to replace site_url with home_url and it worked (In file WatermarkPreview.php) and images are showing in the preview. site_url will always include the subfolder while home_url will not include the subfolder wordpress
return add_query_arg( $args, home_url( $base ) );