- 🇺🇸United States japerry KVUO
8.x-1.x is now EOL, which ran on the WebDam/Bynder platform.
AcquiadamAsset::getThumbnailUrlBySize()
returns FALSE
if it fails to download the 1280 size thumbnail.
Use a different Webdam API to generate the thumbnail. Lets use the same API that has been used here #3005252-2: Add support of 1600 image size limit → .
N/A
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 /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.