I'm using Dropzone.js to upload an image. When the image is uploaded and I inspect it, it gives me this-
<img data-dz-thumbnail="" alt="AJ-Styles-WWE-2K19-cover-e1533698368369 (1).jpg" src="the_Data_URI">
Hovering over the src part shows the image is 120 X 120 pixels, where as the actual image is 800 X 450 pixels.
What changes do I need to make to Dropzone so as to upload the image of original size and not it's thumbnail size.