Actions
Feature proposal #6512
closedImplement support for selecting a different URL thumbnail
Description
If a URL found more than 1 thumbnail you should be able to select from them instead of forcing the first image found. Some sites don't have good metadata resulting in no meta image specified causing the first image in the DOM found to be used as the thumbnail.
Updated by krileon over 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
You can now select 1 of 5 thumbnails while editing a post that has a URL link attached with more than 1 thumbnail available. This is useful if the first image found isn't good enough (normally is with good metadata). At this time it's limited to 5 to keep param storage performance optimal as it's all cached in the row param. Up to 10 maybe considered later.
Actions