How can i upload gif images on my sale page/profile page.

Hi Everyone,
can someone please tell me that how can i upload gif images on my sale page? please tell me full details.
thanks

First of all, you need to have your GIF images hosted somewhere online and have a direct link to the image (I personally use Postimage, Dropbox can do the job as well). Then past the following code in your item description box:

<img src="YOUR IMAGE DIRECT LINK HERE"/>

You might want your image to act as a link, if so, use this instead:

<a href="YOUR LINK HERE"><img src="YOUR IMAGE DIRECT LINK HERE"/></a>

I hope this helps :slightly_smiling:

2 Likes

Thanks a lot! :slight_smile: