P5-1808 hide Fullscreen button

This commit is contained in:
Oleg Milkin
2017-10-25 13:17:07 +03:00
parent 16a85b1431
commit e892946ca0
5 changed files with 1937 additions and 1930 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
var wrapper = document.getElementById('wrapper');
var editor = new ImageEditor('image-editor', {
type: 'photo-wallpaper'
type: 'photo-wallpaper',
isVisibleFullscreenButton: false
});
function cropImage() {