0Hi Dea,
I see the RSS feed has both thumbnail and full image. Right now plugin is giving priority to thumbnail image only.
Can you please make the change below to prefer full image?
Plugins > Plugin editor > Select “super-rss-reader-pro” > select file includes/feed.php
at line number 490, change
return $enclosure->get_thumbnail();
to
\\ return $enclosure->get_thumbnail();
;
i.e add double slash at the beginning of the line.
Save the file.
This should prefer the full image.
I will add this as an option the next version of the plugin so that it is easy to choose.
Thanks,
Aakash