Hello,
I’ve disabled caching on my grav site and I’m displaying my images inside a for loop with
<img src="{{ image.url }}" />
But the url being rendered is randomly the "raw" image (from the page folder) or a cached version.
For example, the first image of the page is the raw url, the second one is a cached version and if I reload, the first image might become a cached version.
I would like to only use the raw version of my images, as I find that the compression on the cached version alters the colors.
Thanks.