diff --git a/index.html b/index.html index d1eed7c4..b09fdc43 100644 --- a/index.html +++ b/index.html @@ -970,14 +970,12 @@
- - -

Use a URL or file path to an image. Local files use relative file paths, eg:

-

../background/abstract.jpg

-

../background/gray-steps.jpg

-

Use Unsplash for random images, eg:

+ + +

Unsplash can be used for random images, eg:

https://source.unsplash.com/random/1920x1080/?night,day,sky

-

Change parameters after .../ramdom/ for more options. Loading times may vary when using Unsplash.

+

Change parameters after .../ramdom/ for more options.

+

Loading times may vary.


diff --git a/js/state.js b/js/state.js index 47a30ab6..1271adb5 100644 --- a/js/state.js +++ b/js/state.js @@ -199,7 +199,7 @@ var state = (function() { background: { image: { show: false, - url: "../background/gray-steps.jpg", + url: "", blur: 0, scale: 1, opacity: 1,