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