I added this code to one of my templates.
{% for image in page.media.images %}
{{ image.cropResize(300,200).html }}
{% endfor %}
I had one jpg file in the page’s folder. When I viewed the page in a browser, I didn’t see the image. After I cleared the cache via the Admin Panel Dashboard, I then saw the image in the browser. If I add additional images, I have to clear the cache again to see the added images. Is this how Grav should work?