We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I discovered an annoying bug with this plugin.
When october is installed in a subfolder, the image you call using the |resize() filter return image not found.
If I remove the |resize() twig filter, the image is displayed correctly, so the path is correct.
If I move the website to the root of the host, it works, so it's related to the fact that it's installed in a subfolder.
Best regards,
Alex
The text was updated successfully, but these errors were encountered:
@bennothommo can you add a unit test for this use case as well?
Sorry, something went wrong.
| resize(width, height, options)
No branches or pull requests
Hello,
I discovered an annoying bug with this plugin.
When october is installed in a subfolder, the image you call using the |resize() filter return image not found.
If I remove the |resize() twig filter, the image is displayed correctly, so the path is correct.
If I move the website to the root of the host, it works, so it's related to the fact that it's installed in a subfolder.
Best regards,
Alex
The text was updated successfully, but these errors were encountered: