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 just a cool idea, but an extraordinary application since a lot of web applications will be online apps as well as a high-res photo would have been a bandwidth hog.

Thanks. I wondered if it absolutely was a bit " away from track", but there you go.
One way I thought was to use a Jscript purpose to open a fresh window with that image in set to it’s ideal print size as well as print the site. The sneaky bit should be to have the new window visibility fixed to false, if that’s possible Factored in the print function have a very close window control. As far because the user is uneasy nothing has changed but a great A4 sheet regarding image appears out of the printer.
I’ve used this type of approach in VB issue with the Term object but need ideas of if it’s applicable in Jscript.

Imagination

A popup blocker would probably kill it. So you’ll need to watch to the. It’s also unrealistic to disable the visibility in the window strictly in Javascript. As you noted, it is throughout VB (I’ve used this over a project myself recently using the Word object), although not with Javascript.

This entry was posted in Web Design and tagged , , , , , , , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *