-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
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
Scale filter not found / incorrect filter config documentation #818
Comments
@ktrzos The most updated documentation is the website you linked to, hosted on the official Symfony docs, and automatically re-generated from the ReStructured Text files in this repository at Resources/doc on each push. As for the scale filter, it was added after the last stable release, so you will need to set you composer version constraint to And regarding the configuration formatting issue mentioned, I will look into that further, but it looks like the |
@ktrzos Documentation changes have been pushed to address the error you pointed out. It should be available in the generated, online docs shortly; the compilation of them are automatic and quick). If this and my previous answer resolve your issue, please close this. |
@ktrzos I accidentally closed this; I generally prefer that the person who opened it closes it as a confirmation that the issue is solved. Please re-open if this is not the case. Thanks! |
Not a problem :). It's all ok now... I think :D. Thanks for help! |
http://symfony.com/doc/master/bundles/LiipImagineBundle/filters/sizing.html#scale
AAaaaaaaand it's not working. Returning error:
Why documentation is writing about something that is not working???
And, when I'm adding
-
character beforescale: { dim: [ 1000, 666 ] }
(based on documentation from Symfony.com), error occurs:Where is the most updated documentation for this bundle...?
The text was updated successfully, but these errors were encountered: