The effect parallax.js ( link ) only works for desktop browsers.
Can something be done to make the effect visible on mobile devices?
I'm using the default classes and attributes:
<html>
<head>
<script src="js/jquery.js"></script>
<script src="js/parallax.js"></script>
</head>
<body>
<section id="home" class="parallax-window" data-parallax="scroll" data-image-src="img/bg/home-1280.jpg">
</section>
</body>
</html>