update backstretch fade in speed
This commit is contained in:
parent
a6570b40b0
commit
62aac37364
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
{% if page.image.header %}
|
{% if page.image.header %}
|
||||||
<script>
|
<script>
|
||||||
$("#masthead").backstretch("{{ site.url }}/images/{{ page.image.header }}", {fade: 1000});
|
$("#masthead").backstretch("{{ site.url }}/images/{{ page.image.header }}", {fade: 700});
|
||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
Reference in a new issue