I have added wicked_pdf to my rails app with default options following the readme file (with the deviation being that I installed wkhtmltopdf via the osx installer).
When I render my page with the .pdf?debug=true option, the page looks exactly as it should.
Then when I leave out the debug option, it produces a PDF with a tiny version of the page. Like 1/16 of the size.
I use no options or configuration. Where am I going wrong? Where should I be looking?