Closed jdan closed 10 years ago
I'm still not understanding how to make a full-screen background image for a slide. Where is the .md that produces your example with slide 4's full-bleed background?
title: Basic Example
theme: jdan/cleaver-retro
style: basic-style.css
--
![drawing](drawing.jpg){ width=100% }
@benyomin it's done using CSS :) https://github.com/jdan/cleaver/blob/gh-pages/style.css#L1-L5. (The md is here: https://github.com/jdan/cleaver/blob/gh-pages/gh-pages.md) Does that help?