- Status changed to Needs review
almost 2 years ago 11:29am 18 January 2023 - 🇷🇺Russia kazah
For those who need to show thumbnails in preview (for already uploaded images):
1. use this patch:
https://git.drupalcode.org/project/webform_dropzonejs/-/merge_requests/3/diffs
2.
Navigate to /webform_dropzonejs/src/Plugin/WebformElement/WebformDropzonejs.phpDeclare your style, i.e. thumbnail:
$style = \Drupal\image\Entity\ImageStyle::load('thumbnail');
Replace
'path' => $file->getFileUri()),
to'path' => \Drupal::service('file_url_generator')->transformRelative($style->buildUrl($file->getFileUri())),