Css print - duplicate images for printing -


i've got website hundreds of colour images, , in process of creating print optimized versions of pages.

the images important information , need printed pages, since they're in full colour i've duplicated them grayscale. since duplicating images eats quiet bit of server storage, problem in order use them css print media i'll need duplicate web pages (in hundred) since css background images don't print, , @ first thought could've replaced full colour images css background-image , visibility: hidden, colour images, learned backgrounds don't print.

so, question is option in case duplicate images , web pages , create whole new directory of site specific print, or there way save space, still prints reliably?

the rest of webpage contents dealt standard css way print, it's images crux, they're many, , default waste lot of printer ink, have grayscale background colour replaced white.

also, common sites have duplicate directories, such 1 screen, 1 print?

edit (based on initial answers). images opaque, , each page has lot of images (it's image based content), solution saw edit colors opaque becomes white , vice versa. guess means creating duplicate site's option.

sorry can answer , not comment rep low :(

why go of trouble when end user has option anyway print in greyscale? saving user few pence on printer ink not brownie points


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -