Skip to content

Commit

Permalink
Add showGrid option usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmartin committed May 26, 2016
1 parent cf9826c commit c205ba7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/pages/video/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export class VideoPage {
},
{
type: 'video',
cropAfterSelect: false
cropAfterSelect: false,
showGrid: false
}
);

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"cordova-plugin-statusbar",
"cordova-plugin-spinner-dialog",
"cordova-plugin-instagram-assets-picker",
"cordova-plugin-video-editor",
"cordova-plugin-console"
"cordova-plugin-console",
"cordova-plugin-instagram-assets-picker"
],
"cordovaPlatforms": [
"ios"
Expand Down

0 comments on commit c205ba7

Please sign in to comment.