You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inline image attachments as base64 data URLs for cross-provider compatibility
Instead of keeping image attachments as file references (which not all
providers support), read the image, resize if needed, and inline it as
a base64 data URL. Non-image binary files (e.g. PDFs) continue to use
file references.
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
0 commit comments