Use the width and height option to set the size of the element. You need to set both in order for the script to know the dimensions.
HTML + CSS
<form> <div class="dropzone" data-width="300" data-height="300" data-originalsize="false" data-url="canvas.php"> <input type="file" name="thumb" /> </div> </form>