Simple Parallax Effect
Example Site: TwinSprings https://twinsprings.solutiosoftware.com/
HTML for any article or module
<div class="parallax" style="background-image: url('/images/stories/template/farm.jpg'); min-height: 25vw; "> </div>
Simple Parallax Effect #2
Outline CSS Classes
Place this class on each outline block that you want the effect to take place
The second line adds a transparent overlay over the image
simpleparallax
CSS for override.css
#g-bottom { background: url(/images/template/beloit-flat.jpg) 50% 0 no-repeat; background-size: cover; }
#g-bottom .g-container { width: 100%; background: rgba(250,246,241,.8); padding: 1rem 8%;}
OR
#g-bottom .g-grid { width: 100%; background: rgba(250,246,241,.8); padding: 1rem 8%;}
Fancy Parallax Effect
Example Site: St.Greg Shaw
Outline CSS Classes
Place in Outline (Page Settings => Javascript)
//solutiosoftware.com/content/shared/parallax/parallax.js

In Outline for those sections
CSS Classes
parallax-window
Tag Attributes
data-parallax => scroll data-image-src => /images/template/paralax1.jpg

Follow