Features


3.1. Media Sections

Orlando supports media sections with Slice effect, Push effect, Particles effect, slider effect, Parallax, KenBurns effect and videos.

3.1.1. Slice Effect:

Slice Effect is in sliced_effect.hbs file. If you want to have this effect, just make available in home.hbs file.

3.1.2. Push Effect:

Push Effect is in sliced_effect.hbs file. If you want to have this effect, just make available in home.hbs file.

3.1.3. Particles Effect:

3.1.4. Flexslider:

In main-header.hbs files we have a different types of header. This sections has parallax, ken burns,videos effect and other types of header.

3.1.5. Parallax Section:

We are using stellar.js for the parallax effect. Check their documentation to check which attributes you can use in each parallax section.
http://markdalgleish.com/projects/stellar.js/docs/

Our custom data-attributes for the parallax section are:

  1. data-height: Define the minimun height for the sections
  2. data-type: Type of Media Section (parallax/kenburns/video)
  3. data-image: Background image for the section.
  4. data-image-mobile: Fallback image (Should be smaller than the original) that is loaded for small devices. This will help you with the bandwidth, you’re welcome! 🙂

3.1.6. Ken Burns Section:

KenBurns section supports one or more images that you should add inside .media-section-image-container
Our custom data-attributes for the kenburns section are:

  1. data-height: Define the minimun height for the sections
  2. data-type: Type of Media Section (parallax/kenburns/video)
  3. data-image-mobile: Fallback image (Should be smaller than the original) that is loaded for small devices. Kenburns it too much for ipads, iphones and so on, so we allow you to fallback to a normal image section. This way your browser won’t crash 🙂

3.1.7. Video Section:

We recommend you to use html5 video instead of vimeo, since in some specific browsers the sound won’t be muted.
Our custom data-attributes for the video section are:

  1. data-height: Define the minimun height for the sections
  2. data-type: Type of Media Section (parallax/kenburns/video)
  3. data-image-mobile: Fallback image (Should be smaller than the original) that is loaded for small devices. Phones don’t autoplay video, so we just replace it for an image

3.1.3. How to make available the effect (fragment of Home.hbs file)