kory75 / CharacterSheetGenerator

Ultimate character sheet generator project. All in one files with random generator, saving and printing.
3 stars 2 forks source link

Bootstrap Print Support Problems #17

Open kory75 opened 10 years ago

kory75 commented 10 years ago

Bootstrap falls back to smallest screen size in case of printing. This is a known issue, and it will be not fixed soon. There are some hacks available but they are messy. As one of the objective is to create original looking printouts. We may need to look for alternative of Bootstrap. I'm opened for any suggestions.

reyrodrigez commented 10 years ago

I :bomb: Bootstrap! We use the Zurb's Foundation which is solid. But I'd like to try something smaller for now, like Grumby. It looks promising. I'll give it a go later on!

kory75 commented 10 years ago

Bootstrap is great for web, however I was not aware of the printing issues. Which is honestly a browser issue not the fault of bootstrap. As upon printing the browser reports 400 pixels to bootstrap which falls back to extra small size.

hevesg commented 10 years ago

What about exporting the sheet into a PDF?

kory75 commented 10 years ago

PDF is good. I solved some of the printing issues. We may will be fine.