ionelmc / python-darkslide

Generate HTML5 slideshows from markdown, ReST, or textile
http://ionelmc.github.io/python-darkslide/
Apache License 2.0
96 stars 22 forks source link

Align images easily #4

Open Matthias84 opened 6 years ago

Matthias84 commented 6 years ago

While it should be easy to realize with (inline) HTML or custom.css I miss an easy to use way, to layout slides with an image. For example:

I guess the .fx: extension is the right way to go, as the landslide avalanche theme realizes background images. IMHO this would add an basic layout skills to anybody who is not familar with the HTML/CSS hierachies.

ionelmc commented 6 years ago

Perhaps a new macro is needed. I don't really like how the avalanche theme did it - it's a css workaround and completely hides anything in the footer (like source link, slide number, footnote).