Back to Reveal Js

reveal.js

examples/layout-helpers.html

6.0.11.5 KB
Original Source

Layout Helper Examples

Fit Text

Resizes text to be as large as possible within its container.

FIT

FIT

HELLO WORLD

BOTH THESE TITLES USE FIT-TEXT

Stretch

Makes an element as tall as possible while remaining within the slide bounds.

Stretch Example

					  Image byline

Stretch Example

Image byline

Stack

Stacks multiple elements on top of each other, for use with fragments.


					    
					    

Stack Example

One

Two

Three

Four

Stack Example

fade-in-then-out fragments

HStack

Stacks multiple elements horizontally.


					    
					    

HStack Example

One

Two

Three

VStack

Stacks multiple elements vertically.


					    
					    

VStack Example

One

Two

Three