How to add Image in Item description when adding new Item in Codecanyon?

Hello Team,
I am adding my scripts on Codecanyon, Its very good plateform.
I am facing issue when adding new Items, like in Item description, there is no option to add any images in it.
Well I have seen, in many items that author adds images like given example below.
(link removed)
here, images are coming from some url like
https://camo.envatousercontent.com/9685e8627c75b016957abe73e64026246486731e/687474703a2f2f636f757273656c6d732e636f6d2f636f646563616e796f6e2e636f757273656c6d732e636f6d2f636f75706f6e2f64617368626f6172642d31393030783936312e6a7067
So I want to ask, is there any facility to add images on your server or We need to add that images on our server and then only we can add there in description?

Thanks in advanced.

Upload your feature/description image in a webserver then copy that image url/link and paste in your item description.

Hi @sejalinfotech ,

To add images/screenshots In product description you have to first upload those images in the web as like in your webhost server. Then use img tag to show the image as like:

<img src="WEB-URL-OF-THE-IMAGE" alt="image" />

Just replace WEB-URL-OF-THE-IMAGE with your image url and put the code into your product Description.

that is a envato cdn source link. when you will place your images (your hosted url) then envato will display the images from envato cdn. All envato market items images are showing from envato cdn but author have to place their own hosted image url as img src.

Thanks

Thanks for clarify this issue.

thanks… this is really helpful