Re: Line art drawings for web

L
Posted By
LenHewitt
Jul 18, 2006
Views
1097
Replies
0
Status
Closed
Christy,

A more sophisticated solution may be to use CSS.

By defining a <div> or <table> class with the image as a background and having an @media print section to your CSS, you can specify a different file to be used when printing to the one used when viewing:

table.image1 { background-image: url(your_low_rez_image1.gif)} table.image2 { background-image: url(your_low_rez_image2.gif)}

@media print{

table.image1 { background-image: url(your_hi_rez_image1.gif)} table.image2 { background-image: url(your_hi_rez_image2.gif)} }

MacBook Pro 16” Mockups 🔥

– in 4 materials (clay versions included)

– 12 scenes

– 48 MacBook Pro 16″ mockups

– 6000 x 4500 px

Related Discussion Topics

Nice and short text about related topics in discussion sections