image item details

Hello to all,
I would like to place a picture under my template the description for sale, someone I can say as I do.
Thank you.

Hello @UnoStile and welcome to Envato Forums,

Not sure if you need an answer from this post(because you didn’t asked anything :slight_smile: ), but yes, you are allowed to add your own images on the description of your item.

Basically you need to upload the image on a server, get its url and embed the image on the description box using html tags.

Eg:
<img src="http://yoursite.tld/your-image.jpg" />

Regards