I have 2 questions:
-
Is it possible to use density tags in the
srcsetinstead of width? E.g.srcset="path-to-file.png 2x" -
If the above isn't possible, can I retrieve a
2ximage manually? When using the following:page.media[page.header.image_logo].urlit gives me the1ximage (I uploaded a2ximage), is it possible to get the2ximage URL?
Thanks