I’ve create a Source (Web Folder) with Base URL images.eu.ctfassets.net/space-id and Gumlet Subdomain “spitalsg”.
I now have two issues:
-
When I make a request like https://spitalsg.gumlet.io/gJArMceFvS7Jd3pjvVfdO/b74ee37a209da0504c7ad54acf34edfe/AdobeStockoriginal_507755457.jpg?mode=crop&crop=center&width=100&height=50&fit=fill&format=auto the image will not be resized
-
When I make a request with focalpoint cropping, I’m getting an error (from contentful image api): ?mode=crop&crop=focalpoint&width=100&height=50&fit=fill&format=auto&fp-x=0.5&fp-y=0.3
It seems that Gumlet has conflicts with Contentful Image API. It also seems that Gumlet “forwards” all queries to the original url, which is why #2 is not working. But may be the reasons are different.
(By the way, if you wonder why we don’t simply use the Contentful Image API: they don’t support any focal point cropping)