-
Notifications
You must be signed in to change notification settings - Fork 0
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
Image Preview on Edit page #33
Comments
I'm currently working on that. I'll keep you updated |
Also is it possible to store the image name without the path in the database? As I have replace the path with the URL to display and this causes a issue when I move to live site as base_path is different. |
How to crop images to multiple sizes on upload? sizes(array('events' => ['250', '160'])); Am I doing it right? |
@hrtrulz did you get any work around to store only image name to DB? |
$mapper->image('image')->sizes([ [200,200,'fit','smallImage'], [300,200,'resizeCanvas','bigImage'], ])->location('imagesFolder'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How would I add a preview of the current image field on the edit. Currently only gives me upload field for new image.
Also can there be a way to customise the output in the list view to show the image?
The text was updated successfully, but these errors were encountered: