Open Hypercubed opened 9 years ago
I'm not really sure where to start with this. Maybe there is some special CSS that applies in printing only? The layout plugin responds to resize events, perhaps there are other events that fire when printing? Please let me know if you have done anything like this in other projects, or have any examples to point to. Thank you.
Yes: window.matchMedia('print').addListener(resizeCallback);
Oh cool, thanks! I'll give it a try.
When printing the page width changes. It would be nice if the layout plugin could react and update the visualization.