Open mak001 opened 4 years ago
Some potential issues with auto-generating thumbnails with dropzone.js:
can be done by adding dropzone.emit('thumbnail', mockFile, fileURL); // generates thumbnail with the rest of the emits when adding an existing file.
dropzone.emit('thumbnail', mockFile, fileURL); // generates thumbnail
Could possibly have a canView() and image type check in the template when passing the image url to be used as the thumbnail base.
Some potential issues with auto-generating thumbnails with dropzone.js:
can be done by adding
dropzone.emit('thumbnail', mockFile, fileURL); // generates thumbnail
with the rest of the emits when adding an existing file.Could possibly have a canView() and image type check in the template when passing the image url to be used as the thumbnail base.