*** The wcm.io Project is closing down this JIRA Instance in favor of GitHub issues. ***
Please use the corresponding GitHub projects to report issues - or the mailing list for general discussion.
what are our requirements for responsive image resolving? currently the media args support a list of media formats, but it is always only one url resolved with the first media format that has a match.
to support responsive images where we want to generate mutliple different variants of images into the markup we need:
the possibility to specify multiple media formats (we can dot his already)
or do we need additional optional metadata for each media format which is rendered in the frontend as well for each resolved image (e.g. use this image for a certain min-device-pixel-ratio/max-device-pixel-ratio or min-width/max-width?
include a switch in media args to signal that all (and not only the first match) should be resolved.
what happens if some but not all could be resolved?
enhance the mediametadata object to allow returning multiple resolved metadata or return a list of mediametadata (details tbd)
what are our requirements for responsive image resolving?
currently the media args support a list of media formats, but it is always only one url resolved with the first media format that has a match.
to support responsive images where we want to generate mutliple different variants of images into the markup we need:
the possibility to specify multiple media formats (we can dot his already)
or do we need additional optional metadata for each media format which is rendered in the frontend as well for each resolved image (e.g. use this image for a certain min-device-pixel-ratio/max-device-pixel-ratio or min-width/max-width?
include a switch in media args to signal that all (and not only the first match) should be resolved.
what happens if some but not all could be resolved?
enhance the mediametadata object to allow returning multiple resolved metadata or return a list of mediametadata (details tbd)