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...
VictorMadison
Community Member
Sherri, your java script works great for printing my certificates. However, when I return to the lesson after the printout, the screen is reduced to 70%. So I just added another line to return the display to normal:
document.body.style.zoom = .7;
window.print();
document.body.style.zoom = 1.0;
Thanks,
-Vic
SherriSagers-ca
4 years agoCommunity Member
Thanks Vic! I'm going to update my entry above to include your addition! I love that it's had so many contributors!