Hi guys. I bet this will be pretty easy, but I can't figure it out.
I am displaying an image as a background via in-line css.
Can someone tell me how to apply cropResize to that image before rendering it?
TWIG
{% for image in entry.images %}
<div class="projectimage" style="background: url('/{{ image.path }}');"></div>
Thank you!
last edited 03/30/18 by Pascal