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 %}
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
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."
|
||||
image:
|
||||
header: "header_unsplash_3.jpg"
|
||||
|
|
Reference in a new issue