-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Reader: featured image fixes #1076
Copy link
Copy link
Closed
Description
If a post doesn't have a featured image, the app first checks for a "featured_media" object, and if that doesn't exist it then searches the content looking for a suitably large image.
There are a few bugs with this right now, though:
- If "featured_media" exists but is empty, the app skips searching for a large image
- If app only searches WP posts for large images (so RSS posts coming from a WP blog are skipped)
- When post detail shows the featured image above the post, it crops it unnecessarily
- Featured image is sometimes incorrectly changed when post is updated by detail view
Reactions are currently unavailable