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
The thumbnail service at /service/product/thumbnail/<URI-M> returns an image as a raw PNG. MementoEmbed should allow the user to use the Prefer header to request a data URI instead.
Perhaps something like:
Prefer: thumbnail_data=datauri
vs.
Prefer: thumbnail_data=raw
This way users can still potentially request JPG or GIF versions using normal content negotiation (whenever that functionality is implemented).
The text was updated successfully, but these errors were encountered:
The thumbnail service at
/service/product/thumbnail/<URI-M>
returns an image as a raw PNG. MementoEmbed should allow the user to use thePrefer
header to request a data URI instead.Perhaps something like:
vs.
This way users can still potentially request JPG or GIF versions using normal content negotiation (whenever that functionality is implemented).
The text was updated successfully, but these errors were encountered: