[refactor] remove default background image

This commit is contained in:
zombieFox 2019-06-16 13:35:10 +01:00
parent 1c8a96da41
commit ead61c48b5
2 changed files with 6 additions and 8 deletions

View File

@ -970,14 +970,12 @@
</div> </div>
<div class="form-indent"> <div class="form-indent">
<div class="input-wrap"> <div class="input-wrap">
<label for="control-background-image-url">URL or path</label> <label for="control-background-image-url">URL</label>
<input id="control-background-image-url" class="control-background-image-url" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="http:// or ../path/to/file" tabindex="1"> <input id="control-background-image-url" class="control-background-image-url" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="http://" tabindex="1">
<p class="input-helper small muted">Use a URL or file path to an image. Local files use relative file paths, eg:</p> <p class="input-helper small muted">Unsplash can be used for random images, eg:</p>
<p class="input-helper small muted"><i>../background/abstract.jpg</i></p>
<p class="input-helper small muted"><i>../background/gray-steps.jpg</i></p>
<p class="input-helper small muted">Use Unsplash for random images, eg:</p>
<p class="input-helper small muted"><i>https://source.unsplash.com/random/1920x1080/?night,day,sky</i></p> <p class="input-helper small muted"><i>https://source.unsplash.com/random/1920x1080/?night,day,sky</i></p>
<p class="input-helper small muted">Change parameters after <i>.../ramdom/</i> for more options. Loading times may vary when using Unsplash.</p> <p class="input-helper small muted">Change parameters after <i>.../ramdom/</i> for more options.</p>
<p class="input-helper small muted">Loading times may vary.</p>
</div> </div>
<hr> <hr>
<div class="input-wrap"> <div class="input-wrap">

View File

@ -199,7 +199,7 @@ var state = (function() {
background: { background: {
image: { image: {
show: false, show: false,
url: "../background/gray-steps.jpg", url: "",
blur: 0, blur: 0,
scale: 1, scale: 1,
opacity: 1, opacity: 1,