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 %}
|
{% if page.image.header %}
|
||||||
<script>
|
<script>
|
||||||
$("#masthead").backstretch("{{ site.url }}/images/{{ page.image.header }}");
|
$("#masthead").backstretch("{{ site.url }}/images/{{ page.image.header }}", {fade: 1000});
|
||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Roadmap"
|
title: "Roadmap"
|
||||||
subheadline: "ToDo-List and Ideas"
|
subheadline: "ToDo-List & Ideas"
|
||||||
description: "Here are some ideas and features I want to implement in the future."
|
description: "Here are some ideas and features I want to implement in the future."
|
||||||
image:
|
image:
|
||||||
header: "header_unsplash_3.jpg"
|
header: "header_unsplash_3.jpg"
|
||||||
|
|
Reference in a new issue