carolineschnapp
5/19/2015 - 9:01 PM

Disable the 'full height' feature on hero slideshow in #Brooklyn

Disable the 'full height' feature on hero slideshow in #Brooklyn

What you want

You want a slideshow that goes from the left edge to the right edge but no clipping of the slides on the left and right. You want a theme that looks like Mobilia from Out of the Sandbox. For this, you will lose the navigation + logo over the slide feature. Maybe that's exactly what you want! No more worries about having your navigation readable over your slides.

This is what you want:

How to get there

Open the hero.liquid snippet in the online code editor, and on line 21 replace this:

{% assign hero_full_height = true %}

... with

{% assign hero_full_height = false %}

That's it! Rejoice!