Replies: 2 comments 3 replies
-
If you view that image in its own browser tab, what do you see? |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. We use Statamic as a headless CMS via the GraphQL API and want to display responsive images and only get a 404 error when calling the manipulated image url.
When I run I've also tried to render the image with a glide tag in an Antlers template, but does also not work. <img src="{{ glide src='placeholder.jpg' preset='test' }}"> // <img src="/img/placeholder.jpg?p=test"> |
Beta Was this translation helpful? Give feedback.
-
I'm not able to get glide tags loading or modifying images.
Environment info
This project is migrating a v2 project to v3. I'm still getting acclimated to how things work in v3.
DDEV_WEBSERVER_TYPE | apache-fpm
PHP Version | 8.0.26
GD Support | enabled (2.3.3)
imagick => imagick module version | 3.7.0
I can successfully load the image using the variable name with no issues.
I'm not sure it matters, but these particular images are contained within a grid within a global.
The block above works as expected and renders out to:
My glide tags create the dynamic path to an image, but do not render any image.
Also, it does no add the file type extension (eg. .jpg).
Does not show an image:
the above code renders this HTML:
filesystem.php
assets.php
I tried switching from gd to imagick but it didn't change anything.
Beta Was this translation helpful? Give feedback.
All reactions