{{ enablePlugins('prettify') }} {% set title = "Parallax" %} {% extends "layouts/application.html" %} {% block content %} {% include "shared/page-title.html" %}
Parallax is an effect where the background content or image in this case, is moved at a different speed than the foreground content while scrolling.

Usage

<div class="parallax-container">
  <div class="parallax"><img src="assets/_con/images/image-1.jpg"></div>
</div>
{% endblock %}