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