Page 1 of 1

Adding an Animated Gif to my DITA project for Oxygen webhelp

Posted: Wed Aug 17, 2016 11:17 pm
by dgallo
In Oxygen 17.1 I would like to add an animated gif to my dita topics, to be used for webhelp.

I know that I need to use the object element, but I am not sure which attributes I need to use to render it correctly.

Thanks,
Danielle

Re: Adding an Animated Gif to my DITA project for Oxygen webhelp

Posted: Thu Aug 18, 2016 3:22 am
by Jamil
Have you tried what is documented here? https://docs.oasis-open.org/dita/v1.1/O ... image.html

It looks like it should be simple enough if added within the body:

Code: Select all

<image href="image.gif" placement="break"><alt>Alternate Text</alt></image>