Search…

X3 Photo Gallery Support Forums

Search…
 
taksimcw
Topic Author
Posts: 3
Joined: 02 Mar 2021, 07:00

Embeddable Images

05 Mar 2021, 16:24

Hello, I looked for a topic in the forum and could not find it.

Have you thought about adding embed code to images or did anyone make a request in this direction?

Thanks

Image
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Embeddable Images

05 Mar 2021, 22:26

I don't quite understand the question ... You mean you want to embed images from imgbb into X3? Or you want to embed images from your X3 website into other websites?
 
taksimcw
Topic Author
Posts: 3
Joined: 02 Mar 2021, 07:00

Re: Embeddable Images

06 Mar 2021, 06:50

mjau-mjau wrote: I don't quite understand the question ... You mean you want to embed images from imgbb into X3? Or you want to embed images from your X3 website into other websites?
Embed images from X3 website into other websites.

I don't know if anyone made such a suggestion or was considered.

How about such a feature?

Thanks
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Embeddable Images

07 Mar 2021, 00:03

I personally don't think this has much value for X3 websites. Besides, you don't really need a dedicated function for this. You can just right-click an image, select "copy image address", and then add it into an <img> tag on the website where you want to embed it:
Code
<img src="https://demo.photo.gallery/content/galleries/landscapes/antarctica.jpg">
That's basically it ...
 
taksimcw
Topic Author
Posts: 3
Joined: 02 Mar 2021, 07:00

Re: Embeddable Images

07 Mar 2021, 06:40

mjau-mjau wrote: I personally don't think this has much value for X3 websites. Besides, you don't really need a dedicated function for this. You can just right-click an image, select "copy image address", and then add it into an <img> tag on the website where you want to embed it:
Code
<img src="https://demo.photo.gallery/content/galleries/landscapes/antarctica.jpg">
That's basically it ...
thought it might be useful to add embed code that can add visual title and description with support of css and js.
When people want to add X3 website images to their websites to copy that embed code and paste into their websites...

Thank you.