Problem/Motivation
Users would like to fetch larger web-ready assets than the current max-limit of 1280.
Proposed resolution
Use API /ws/assets/<asset_id>/thumbnail to generate and fetch asset of 1600 size.
Remaining tasks
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.
User interface changes
A new option 1600 will be available under Image size limit configuration.
API changes
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.
Data model changes
N/A
Comments
Comment #2
subhojit777Comment #3
subhojit777Please also credit https://www.drupal.org/u/sonu.raj.chauhan He wrote the initial implementation of the feature.
Comment #4
subhojit777Adding related issue. I have written the implementation of the progress bar.
Comment #5
subhojit777Comment #6
subhojit777Comment #8
steven.wichers commentedComment #9
katherine baima commentedCurrently we max out at 1280 or you have the option to download the original size; we will keep this open until we get more feedback
Comment #10
japerry8.x-1.x is now EOL, which ran on the WebDam/Bynder platform.