Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
As you can see here;
https://jmp.sh/nXDSEM5
I query an Image from a CF.
Anyone has an idea how one could extend that so I can get all image renditions and/or dynamic media URLs for that image?
Best
Solved! Go to Solution.
GraphQL now supports "Dynamic Media URLs". Example:
{ "data": { "adventureByPath": { "item": { "_path": "/content/dam/wknd-shared/en/adventures/bali-surf-camp/bali-surf-camp", "title": "Bali Surf Camp", "primaryImage": { "_dynamicUrl": "/adobe/dynamicmedia/deliver/dm-aid--a38886f7-4537-4791-aa20-3f6ef0ac3fcd/adobestock_175749320.jpg?preferwebp=true&width=1000&quality=80" } } } } }
For more details, please refer to:
View solution in original post
Views
Likes
Replies
Like