Fixed issue with config for ruler
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
|
||||
var imageUrl = '//images.photowall.com/products/' + $input.image_id.val() + '.jpg?h=450';
|
||||
|
||||
var editor = new ImageEditor('canvas-editor', {'type': 'wallpaper'})
|
||||
var editor = new ImageEditor('canvas-editor', {'type': 'canvas'})
|
||||
.loadImage(imageUrl, function() {
|
||||
$input.w.trigger('input');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user