Tag Archives: Art Print

Jquery image gallery – print image? How?

Hello there, definitely picking several brains here! I’m aiming to create a web browser based picture viewer to perform on IIS on my friends machine. i have discovered Jquery plugins, including Galleria. This is new to me but hey, exactly what isn’t This question is: can these galleries be modified to allow a print facility i’d ideally like to print full sized image stored within the hard drive that corresponds into the one being considered. Thanks, Lol In theory, yes, but it would take with the multitude of JQuery and CSS. Concerning not, however, tried this myself. So this really is an educated reckon. What I’m sure you would do is something like this: Code: < div id=" screen-photo" class=" screen-only" > SEVENTY TWO DPI image right here. < /div> < div id=" print-photo" class=" print-only" > 300 DPI or higher resolution image below. < /div> Then your tv screen CSS would look something such as this: Code: div. print-only display: none; Then your art print CSS would look something such as this: Code: div. screen-only display: none; Again, this is the guess. You’ll have for you to guess yourself most likely and experiment until you have it right. It’s … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment