Adding an Animated Gif to my DITA project for Oxygen webhelp

Questions about XML that are not covered by the other forums should go here.
dgallo
Posts: 90
Joined: Tue Mar 31, 2015 10:43 pm

Adding an Animated Gif to my DITA project for Oxygen webhelp

Post 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
Jamil
Posts: 99
Joined: Thu Oct 23, 2008 6:29 am

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

Post 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>
Post Reply