getgrav / getgrav/grav-plugin-admin
Field 'file' not use thumbnails images
Open
more info needed
- Dominant language
- PHP
- Stars
- 377
- Forks
- 225
- Avg merge
- 11h 51m
- Merged PRs (30d)
- 4
Description
Thumbnails images src use link to original image path. This is a problem, because the file can be large.
However, the [pagemedia field uses thumbnails](https://github.com/getgrav/grav-plugin-admin/blob/develop/classes/admincontroller.php#L1589)
Problem in:
https://github.com/getgrav/grav-plugin-admin/blob/develop/themes/grav/templates/forms/fields/file/file.html.twig#L43
https://github.com/getgrav/grav-plugin-admin/blob/develop/themes/grav/templates/forms/fields/file/file.html.twig#L56
Contributor guide
Assessment
This issue has not been assessed yet.