WebSite X5Help Center

 
Derek K.
Derek K.
User

Prining images from webpage  en

Autor: Derek K.
Visitado 731, Seguidores 1, Compartilhado 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

Publicado em
5 RESPOSTAS
John S.
John S.
User

Maybe you could use Google Photos for that?

Ler mais
Publicado em de John S.
Derek K.
Derek K.
User
Autor

Thanks I'll look into that

Ler mais
Publicado em de Derek K.
John S.
John S.
User

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.

Ler mais
Publicado em de John S.
Axel  
Axel  
User

@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

Ler mais
Publicado em de Axel