-
Notifications
You must be signed in to change notification settings - Fork 920
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
Column type: image #64
Comments
Why not Intervention Image? |
Hmm... I may be mistaken, but I think they do separate things:
In fact, I believe Glide uses Intervention to do all its processing. It's just an API for it, in the form or URL parameters. |
@tabacitu yeah, my fault.
|
Done! Added in f405175. Documentation here. |
An image thumbnail colum should be easy to do.
Allow developer to customize:
(Aspect ratio should be kept)
Click on image should open image in a new tab.
We could make thumbs using Glide: https://packagist.org/packages/league/glide
Any alternatives in mind?
The text was updated successfully, but these errors were encountered: