Hi guys,
I've some trouble regarding responsive images on Grav.
I've tried to use this code "derivatives(600,1200,500).sizes('(max-width:26em) 120vw, 50vw')", but I cannot have big images with this code (retina images). When I change the value of "1200" to get bigger image I get an error and I don't understand why...
(Allowed memory size of 134217728 bytes exhausted (tried to allocate 26684801 bytes))
I've also noticed that my pages are slowing down when I had this code to get responsive images even the value of the widest image is small... Can anyone help me ? :-)
Thank you so much !