Browse Source

Changing image location

Jonny Wenmoth 11 years ago
parent
commit
64c8428d88
2 changed files with 1 additions and 1 deletions
  1. BIN
      images/.DS_Store
  2. 1 1
      tests/test-capture.html

BIN
images/.DS_Store


+ 1 - 1
tests/test-capture.html

@@ -13,7 +13,7 @@
 
       <h1>PHANTOMJS_CAPTURE_TEST</h1>
       
-      <img src="/images/capture-test.jpg" alt="Capture test image" width="800" height="600">
+      <img src="../images/capture-test.jpg" alt="Capture test image" width="800" height="600">
 
   </body>
 </html>