Hi,
I was wondering if there's a way to prevent an image to be loaded if the screen width is lower then a certain value, let's say 480px. I know you can hide it by doing "display:none" inside a CSS media query, but that won't prevent the image to be downloaded by the browser.
I was looking at twig's responsive functions ( https://learn.getgrav.org/content/media#responsive-images ) but I can't manage to get it to work.
Thanks in advance!
Federico
PS: I apologize in advance for any grammar mistake!