This essay demonstrates intermediate ScrollStory features—building on what you learned in Seedling by adding scrollyboxes, carousels, jumbotrons, and more sophisticated visual storytelling. As you scroll, we’ll point out what makes this more advanced than a Seedling essay.

What makes this a “Sapling” essay? It includes everything from Seedling (headings, images, footnotes, pull quotes, alerts) plus immersive components: text overlaying background images, full-width image breaks, image carousels, and more dynamic pacing. This is where ScrollStories start feeling cinematic.

The Section Header

Notice that this page has a shorter header than Seedling — it doesn’t fill the entire viewport. That’s controlled by one front matter field:

header-tier: section

The three tiers are:

For essays where you want the nav always visible, or where the image isn’t strong enough to carry a full-screen treatment, section is the right choice. For maximum visual impact at the start of a narrative, use hero.

Building on Seedling Basics

A bridge along the trail. Photo by [Andrew Coelho](https://unsplash.com/@andrewcoelho) on Unsplash.

A bridge along the trail. Photo by Andrew Coelho on Unsplash.

Everything from Seedling still works here: images with captions, footnotes, section headings, alert boxes. The Sapling template doesn’t replace what you learned—it adds to it.

This layered approach is intentional. Master the basics, then add complexity incrementally. You’re not learning a whole new system; you’re expanding your toolkit with a few powerful new components.

Your First Scrollybox

Here’s what makes Sapling different: keep scrolling and watch what happens next. You’re about to see text appear over a background image, creating an immersive reading experience.

 

This is a scrollybox. The background image stays fixed while you scroll. This text box floats over it.

The box content supports full Markdown: bold, italic, links, and lists:

  • image-path — background image
  • above-box-space — scroll distance before box appears
  • below-box-space — scroll distance after box before image releases
  • box-align — left, right, or center (this box is left-aligned)
 

What Just Happened?

That was a scrollybox—text that appears in a semi-transparent box over a full-screen background image. As you scrolled, the background image stayed fixed while the text box scrolled into view, stayed visible, then scrolled away.

Why use scrollyboxes? They create moments of focus and drama. The full-screen image immerses readers in a visual context, while the overlay text provides commentary, quotations, or key points. It’s like a visual pause in your narrative.

Technical note: The above-box-space and below-box-space parameters control how much blank scroll space appears before and after the text box. Adjust these to control pacing—more space = slower, more contemplative; less space = faster pacing.

Pull Quotes Can Go Left Too

In Seedling, pull quotes used the defaults (right-aligned, 40% width). Here we’ve customized both: box-align="left" and width="45%". These parameters give you finer control over how pull quotes interact with surrounding content.

You might place a left-aligned pull quote after a right-aligned image to create a zigzag pattern that keeps readers’ eyes moving. Subtle choices like these separate decent layouts from great ones.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed consequat, lacus id blandit ornare, mi nisi rutrum ante, vitae dignissim mauris nisl mattis nisl.

Jumbotron: A Full-Width Visual Break

The jumbotron is a full-browser-width image that breaks out of the content margins. It creates a dramatic visual pause. When you add text, a gradient fades in automatically so words read cleanly against the image.

A full-width image break with text overlaid on a gradient. The gradient direction follows the text position — left text means left-to-right fade.

Mountains reflected in a lake. Jumbotrons don’t need text — leave it out for a pure visual break.

When to use a jumbotron vs. a scrollybox: Jumbotrons are quick visual pauses — the reader sees the image and moves on. Scrollyboxes are immersive — the image fills the screen while the reader scrolls through content. Jumbotrons break up text; scrollyboxes replace it temporarily.

Image Carousels for Comparisons

Below you’ll see an image carousel—multiple images you can click through. This version includes slide titles and captions.

Why use carousels? When you have 3-5 related images (historical documents, different views of a building, a sequence of photos), a carousel lets readers compare them without scrolling past each one. Click the arrows or dots to navigate.

Notice this carousel has titles and captions — features we didn’t use in Seedling. Captions use the pipe | separator (instead of commas) so you can include commas in caption text.

A Scrollybox With Title Overlay

Scrollyboxes aren’t just for text boxes. You can also use them as simple image reveals with a title and subtitle overlaid directly — no box needed:

The Summit

A moment of stillness at the top

What You’ve Learned in Sapling

If you can create a Sapling essay, you can:

This is enough for most sophisticated digital humanities projects. The Forest essay adds background switching, side-scrolling, and more for even more cinematic effects.

Bibliography


Ready to Create Your Own?

New to Xanthan? Start with the Getting Started guide to create your own site first. Once you have a working site, come back here to build your ScrollStory.

Already have a Xanthan site? To make your own Sapling essay:

  1. Duplicate this folder (scrollstories/sapling/) and rename it for your topic
  2. Replace the text with your own content, keeping the structure
  3. Add your own images to the images/ folder
  4. Update the front matter at the top (title, author, date, header image, etc.)
  5. Customize components - Add or remove scrollyboxes, carousels, and jumbotrons as needed

Ready for even more? Check out the Forest template for advanced features like background switching and side-scrolling.