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

CommentFileSizeAuthor
#2 3005252-2.patch3.88 KBsubhojit777

Comments

subhojit777 created an issue. See original summary.

subhojit777’s picture

StatusFileSize
new3.88 KB
subhojit777’s picture

Please also credit https://www.drupal.org/u/sonu.raj.chauhan He wrote the initial implementation of the feature.

subhojit777’s picture

Adding related issue. I have written the implementation of the progress bar.

subhojit777’s picture

Status: Active » Needs review
subhojit777’s picture

steven.wichers’s picture

katherine baima’s picture

Status: Needs review » Active

Currently 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

japerry’s picture

Status: Active » Closed (won't fix)

8.x-1.x is now EOL, which ran on the WebDam/Bynder platform.