Skip to content
gnab edited this page Mar 10, 2013 · 5 revisions

Regular images

Regular images are inserted using normal Markdown image syntax, and are treated like regular content that can be places inside content classes, i.e. to be aligned:

# Images

![Default-aligned image](image.jpg)

.right[![Right-aligned image](image.jpg)]

Background images

The background-image slide property lets you set the background-image CSS property for the slide:

background-image: url(image.jpg)

# Slide with background image