crabbly / Print.js

A tiny javascript library to help printing from the web.
MIT License
4.28k stars 672 forks source link

all images are ignored starting from google chrome version 108. #651

Open vlad909 opened 1 year ago

vlad909 commented 1 year ago
  printJS({
                printable: 'layout-order', type: 'html', header: null,
                scanStyles: false, documentTitle: '  ', headerStyle: 'display: none !important',
                style: '#layout-order {font-size: 12px !important}',
                onPrintDialogClose: () => {
                    document.title = title
                }

other browsers do not show this behavior. OS and etc are not important