- 🇺🇸United States japerry KVUO
8.x-1.x is now EOL, which ran on the WebDam/Bynder platform.
Users would like to fetch larger web-ready assets than the current max-limit of 1280.
Use API /ws/assets/<asset_id>/thumbnail
to generate and fetch asset of 1600 size.
Currently while Drupal is requesting and processing the response from WebDam, the entity_browser
widget does not show a wait-message, like a spinner or something. Therefore, there is a scope of improving the UX.
A new option 1600 will be available under Image size limit configuration.
A new API function will be available generateAssetThumbnail($asset_id, $width, $height)
which will use the WebDam API <code>/ws/assets/<asset_id>/thumbnail
. The new API will be able to generate asset of the provided size.
N/A
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
8.x-1.x is now EOL, which ran on the WebDam/Bynder platform.