From bb67da09be9170064e690891f46c9de4fea09f0c Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Sun, 9 Nov 2014 12:48:53 +0100 Subject: [PATCH] Fixed image-loading issues --- examples/static_images.html | 3 +++ examples/static_images.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/static_images.html b/examples/static_images.html index 4d9014f..7c2ef25 100644 --- a/examples/static_images.html +++ b/examples/static_images.html @@ -29,4 +29,7 @@ showInMenu: false + \ No newline at end of file diff --git a/examples/static_images.js b/examples/static_images.js index cda493c..a8a6b4f 100644 --- a/examples/static_images.js +++ b/examples/static_images.js @@ -4,7 +4,7 @@ $(function() { Quagga.init({ inputStream: { name: "Test", type: "ImageStream", - src: "/test/fixtures/" + App.config.reader + "/", + src: site.baseurl + "/test/fixtures/" + App.config.reader + "/", length: App.config.length }, decoder : {