HHRy / showoff2pdf

Converts ShowOff presentations to PDF documents ready to print by leveraging a custom built Markdown parser and the wonderful Prawn PDF Library.
http://ryanstenhouse.eu
MIT License
3 stars 0 forks source link

Handle more than one image on a slide a bit more sensibly #4

Open HHRy opened 13 years ago

HHRy commented 13 years ago

When there's more than one image on a slide, scale as required to ensure they both fit on the page when the PDF is generated.

At the moment images are dealt with individually, which means one large image can be resized to fit and have the consequence of knocking other smaller images off that page and onto a new one.