Set html and body to height auto.
popTitle: 'Trip Planner List', // popup window title element
popClose: true, // popup window close after printing
extraCss: '', // Comma separated list of extra css to include
- extraHead: '<style>body { width: auto !important; height: auto; } a[href]:after { content: none !important; }</style>', // Comma separated list of extra elements to be appended to head tag
+ extraHead: '<style>html, body { height: auto !important; } a[href]:after { content: none !important; }</style>', // Comma separated list of extra elements to be appended to head tag
strict: false // strict or looseTransitional html 4.01 document standard or undefined to not include at all only for popup option
});
});