- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
Given 8.x-1.x is no longer supported, if anyone would like this feature, please update the code changes for 3.0.x.
Dropzone supports client side resizing. It would be helpful to use client side resizing to enforce drupal core maximum image resolution setting on media image target fields, which is actually ignored by Media Bulk Upload.
✨ Support for maximum allowed image size Fixed is also about enforcing drupal core maximum image resolution. But the validation of image resolution would be done after the images are uploaded as far as I can see. Imho it would be much better to have this done directly by Dropzone on the client side.
As this is heavily related to ✨ Support for minimum image resolution via Dropzone Needs review , I will consider ✨ Support for minimum image resolution via Dropzone Needs review as a prerequisite and provide a combined patch with changes from ✨ Support for minimum image resolution via Dropzone Needs review .
Provide Dropzone clientside resizing for Media Bulk Upload
Create patch
Configuration options for client side resizing will be added to the bulk upload configuration entities
none
additional config keys for the media_bulk_config entities
Needs work
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Given 8.x-1.x is no longer supported, if anyone would like this feature, please update the code changes for 3.0.x.