Page 1 of 1

Embeddable Images

Posted: 05 Mar 2021, 16:24
by taksimcw
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

Re: Embeddable Images

Posted: 05 Mar 2021, 22:26
by mjau-mjau
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?

Re: Embeddable Images

Posted: 06 Mar 2021, 06:50
by taksimcw
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

Re: Embeddable Images

Posted: 07 Mar 2021, 00:03
by mjau-mjau
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 ...

Re: Embeddable Images

Posted: 07 Mar 2021, 06:40
by taksimcw
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.