diff --git a/examples/photo-wallpaper/image.jpg b/examples/photo-wallpaper/image.jpg new file mode 100644 index 0000000..21b081a Binary files /dev/null and b/examples/photo-wallpaper/image.jpg differ diff --git a/examples/photo-wallpaper/index.html b/examples/photo-wallpaper/index.html index bdd1a75..2346cbf 100644 --- a/examples/photo-wallpaper/index.html +++ b/examples/photo-wallpaper/index.html @@ -36,10 +36,10 @@ window.addEventListener('resize', resizeEditor); //load the image - var image_url = '//images-dev.photowall.com/products/45825.jpg?h=450'; - editor.loadImage(image_url, function() { + editor.loadImage('/examples/photo-wallpaper/image.jpg', function() { cropImage(); }); +