Forum Discussion
OwenHolt
8 years agoSuper Hero
Print ANYTHING in StoryLine
By adding a new tab in the player properties panel and assigning it to execute the "window.print();" JavaScript, you can allow your participants to print any/every slide in your StoryLine projects i...
ChristianKing-6
Community Member
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.
SylviaWright
6 years agoCommunity Member
Thanks! This is really helpful!
Get Outlook for iOS