I have several iframes in a page. I want to show in a print preview all the iframe contents as snapshots of iframes. I used window.print() for individual iframe
If iframe previews may be just static images, you can do the following:
iframeIf you do it like this, you will have images with previews instead of iframes in print view.