Forum Discussion
Print ANYTHING in StoryLine
Just to add to this idea, by default the Articulate player prints at A3 paper size (in Chrome at least). To resize the page to fit A4 automatically you can add to the following javascript to scale the size:
document.body.style.zoom = .7;
window.print();
I used .7 which is 70% and fits an A4 landscape page but you might experiment to suit your intended audience.
- SylviaWright6 years agoCommunity Member
Thanks! This is really helpful!
Get Outlook for iOS
- RosMcNamee-4c995 years agoCommunity Member
THIS!!! Thank you! :)
- SherriSagers-ca4 years agoCommunity Member
Christian King
Just to add to this idea, by default the Articulate player prints at A3 paper size (in Chrome at least). To resize the page to fit A4 automatically you can add to the following javascript to scale the size:
document.body.style.zoom = .7;
window.print();I used .7 which is 70% and fits an A4 landscape page but you might experiment to suit your intended audience.
Perfect! Thank you!!!
- claireclayton2 years agoCommunity Member
Thanks so much for this, I have searched for ages for a solution and found this works for me great!
I have one issue though, after I print it reduces the size of the remaining published slides - is there any JavaScript you can recommend that will return it back to full size after the print window shuts?
Thanks