diff --git a/index.js b/index.js index 7d162c2..ab0f59b 100644 --- a/index.js +++ b/index.js @@ -102,6 +102,9 @@ Uploader.prototype.bind = function() { width: $trigger.outerWidth(), height: $trigger.outerHeight() }); + self.input.css({ + height: $trigger.outerHeight() + }); }); self.bindInput(); };