I have 2 questions:
-
Is it possible to use density tags in the
srcset
instead of width? E.g.srcset="path-to-file.png 2x"
-
If the above isn’t possible, can I retrieve a
2x
image manually? When using the following:page.media[page.header.image_logo].url
it gives me the1x
image (I uploaded a2x
image), is it possible to get the2x
image URL?
Thanks