Prining images from webpage
Autor: Derek K.
Visited 999,
Followers 1,
Udostępniony 0
Can anyone suggest the best way to upload images onto a website page so that they can be printed. I am looking at creating a wedding album where the pictures can be printed direct from the webpage. Having a mental blank at the moment.
Thanks
Posted on the
Maybe you could use Google Photos for that?
Autor
Thanks I'll look into that
As an alternative you can see here: https://jsfiddle.net/xw2zbL6f/1/
The image size shown can be set, and line braeks can be made:
Like this:
<button><img id="img1" src="http://placekitten.com/g/200/300" width=60p alt=""></button>
<button><img id="img2" src="http://placekitten.com/g/200/200" alt=""></button><br>
<button><img id="img3" src="http://placekitten.com/g/200/250" alt=""></button>
With this change the first image is set to 60px in width, and after the second image is forced a line break.
Or
You could make a gallery, from where you could print the actual image.
As I have it here: http://eksempelsite.dk/print-part-of-page.html
@John,
This code is nice....https://jsfiddle.net/xw2zbL6f/1/
but when you print the second picture you have the first one and third on the printing
If there is only one picture on the page the printign is ok