Hello, is possibile to set twig as he take automatically the *.jpg file I have uploaded?
actually I use this in twig template:
<img src="{{ page.media['news.jpg'].url }}" class="img-responsive ">
but whit this expression I can only upload file named "news"...
thanks