jdan / cleaver

30-second slideshows for hackers
http://jdan.github.io/cleaver
MIT License
4.03k stars 305 forks source link

New (full-bleed) slide markup and styling improvements #72

Closed jdan closed 10 years ago

jdan commented 10 years ago
benyomin commented 7 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% }
jdan commented 7 years ago

@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?