JQuery.Scrolly
Aus Wikizone
https://github.com/Victa/scrolly
<div class="parallax teaser-bot" data-velocity=".5" data-fit="250" data-width="1600" data-height="1134" > </div>
<script src="js/jquery.scrolly/jquery.scrolly.js" type="text/javascript"></script>
<script>
$(document).ready(function(){
$('.parallax').scrolly({bgParallax: true});
});
</script>