WPIntell

Source evidence

Printer-friendly

Zedna WP Image Lazy Load · support · 2019-08-15T20:04:00+00:00

complaintsentiment
mediumseverity
0.74relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 28 rows with source links

21.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
medovina unresolved
Hello, Images are not display when printing pages. Can I turn off the plugin to print pages? The plug-in is great, but I need to create a printing-friendly website. Hi @medovina cannot you just add skip class to page you want to print? Hi, thanks for the reply. Are you planning to disable the lazy-load function for css rules “@media print” in a future update? I need the whole web to be printer-friendly, and that’s not because most unread images won’t print. Thank you again and have a nice day! Could be done with JavaScript… https://developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onbeforeprint Does skip class apply to all children? So if I put it on <body> it’ll skip all lazy loading? And would adding the skip class dynamically do anything? Not currently, right? Not entirely sure if it would be worth the effort to implement it… but I guess on print you would want lazy loading to be turned off – assuming you want to print images at all.

Comments

3 shown
Radek Mezulanik 2019-08-16T08:00:00+00:00

Hi @medovina cannot you just add skip class to page you want to print?

medovina 2019-08-20T18:43:00+00:00

Hi, thanks for the reply. Are you planning to disable the lazy-load function for css rules “@media print” in a future update? I need the whole web to be printer-friendly, and that’s not because most unread images won’t print. Thank you again and have a nice day!

Julix 2019-11-13T23:57:00+00:00

Could be done with JavaScript… https://developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onbeforeprint Does skip class apply to all children? So if I put it on <body> it’ll skip all lazy loading? And would adding the skip class dynamically do anything? Not currently, right? Not entirely sure if it would be worth the effort to implement it… but I guess on print you would want lazy loading to be turned off – assuming you want to print images at all.