1
0
Fork 0

update backstretch with fade in

This commit is contained in:
Moritz »mo.« Sauer 2015-01-12 14:35:30 +01:00
parent 76bf71ab9b
commit a6570b40b0
2 changed files with 2 additions and 2 deletions

View file

@ -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 %}

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Roadmap"
subheadline: "ToDo-List and Ideas"
subheadline: "ToDo-List &amp; Ideas"
description: "Here are some ideas and features I want to implement in the future."
image:
header: "header_unsplash_3.jpg"