Plugin Author
Allen
(@amweiss98)
It all depends on the size of the images in the RSS feed. What is the feed URL ?
Is there anything I can do or are the images stricken to thumbnails?
Plugin Author
Allen
(@amweiss98)
the images are in the media tag, one is sometimes larger than the other – no pattern exists…you would need to write a program to get the array of images, then test for which one is larger (which will fail on most users systems since it requires getimagesize) and use that. If you want to try to program it, the file would be the main file (if the shortcode) or the import_posts.php file (if feed to post). Otherwise, my plugin can’t pick out the larger image.