do not use the feed image for the article, most are designed to be an icon and scale...
authorJean-Philippe Orsini <orsinije@fr.ibm.com>
Thu, 2 Nov 2017 16:30:54 +0000 (17:30 +0100)
committerJean-Philippe Orsini <orsinije@fr.ibm.com>
Thu, 2 Nov 2017 16:30:54 +0000 (17:30 +0100)
war/src/main/java/pnews/servlet/ArticleProvider.java

index 5efea15..4e85e83 100644 (file)
@@ -90,11 +90,7 @@ public class ArticleProvider {
                                 thumbnail = e.getUrl();    
                         break;
                 }
-                
-                if (thumbnail == null && feed.getImage() != null)
-                        thumbnail = feed.getImage().getUrl();
-                             
-                
+                                
                 title = entry.getTitle().trim();
                 
                 if (entry.getDescription() != null) {