Skip to content

Commit d923875

Browse files
committed
adapt initial size
1 parent 78ea8e7 commit d923875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ function getCurrentViewSize(){
4949
height = w.innerHeight || d.clientHeight || b.clientHeight;
5050

5151
// minimum size 500 px
52-
if (width < 500) { width = 500; }
53-
if (height < 500) { height = 500; }
52+
//if (width < 500) { width = 500; }
53+
//if (height < 500) { height = 500; }
5454

5555
return { width, height };
5656
}

0 commit comments

Comments
 (0)