-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
No image cropping #1913
Comments
The image cropping needs to be enabled in he settings of the image content. Also the image needs to be large enough for the desired image size (also a confit on the image content)
Could you please paste the link to the docs were it is said that image cropping should be enable for all images?
|
There is not any specific place it says anything either way, but on this page https://alchemy-cms.com/tour, there is indication that you can crop images. There is no mention that it needs to be explicitly enabled. Now that I understand it needs to be enabled, I see this in the config: https://github.com/AlchemyCMS/alchemy_cms/blob/master/config/alchemy/config.yml#L63-L79 but it is confusing. This line indicates a hash to set config:
But this line says to use a string:
|
The issue for me was confusion the documentation. There is s a comment/example in one config that is meant to be applied in a different config file. I have created a PR that clarifies #1917 |
Steps to reproduce
Install alchemy in an existing rails app
Expected behavior
After uploading an image, docs indicate you should be able to crop the image (possibly by clicking on the image? docs not clear).
Actual behavior
Do not see any way to crop an image.
System configuration
The text was updated successfully, but these errors were encountered: