Browse Source

dev:example

Artur Paikin 8 years ago
parent
commit
eb446ea3af
1 changed files with 3 additions and 3 deletions
  1. 3 3
      example/main.js

+ 3 - 3
example/main.js

@@ -24,9 +24,9 @@ const TUS_ENDPOINT = PROTOCOL + '://master.tus.io/files/'
 const uppy = Uppy({debug: true, autoProceed: false})
   .use(Dashboard, {
     trigger: '#uppyModalOpener',
-    maxWidth: 350,
-    maxHeight: 400,
-    inline: true,
+    // maxWidth: 350,
+    // maxHeight: 400,
+    // inline: false,
     target: 'body',
     locale: {
       strings: {browse: 'wow'}