Page 1 of 1

Embed Vimeo video in webhelp responsive

Posted: Fri May 25, 2018 12:32 pm
by ann.jensen
Hi,
I am trying to embed a video hosted on Vimeo into my WebHelp responsive content. I am using the embed link provided by Vimeo. The video settings in Vimeo allow full screen. When I watch the video in my webhelp responsive output I don't see any fullscreen link option. Is this something that should be pulled from Vimeo or provided via my DITA content?
Here is a link to the Vimeo advice
https://help.vimeo.com/hc/en-us/article ... the-player

Any feedback appreciated,
Regards,
Ann

Re: Embed Vimeo video in webhelp responsive

Posted: Tue May 29, 2018 3:27 pm
by Radu
Hi Ann,

And how does your DITA content look right now?
It should probably look like:

Code: Select all

<object
data="https://path/to/vimeo/video" outputclass="iframe">
<param name="allowfullscreen"/>
</object>
Also you can look at the generated HTML output for this particular DITA <object>, see if you spot anything.

Regards,
Radu

Re: Embed Vimeo video in webhelp responsive

Posted: Tue May 29, 2018 4:08 pm
by ann.jensen
Thanks Radu,
I had actually just discovered that I needed to manually add in

Code: Select all

 <param name="allowfullscreen"/>
It is playing with full-screen option,
Regards,
Ann

Re: Embed Vimeo video in webhelp responsive

Posted: Wed May 30, 2018 7:12 am
by Radu
Hi Ann,

Great, we automatically add this parameter when using the "Insert Media" toolbar icon to refer to a YouTube video. Maybe we can do the same for Vimeo, I'll add an internal issue for this.

Regards,
Radu

Re: Embed Vimeo video in webhelp responsive

Posted: Sat Apr 13, 2019 11:49 pm
by Radu
Hi,

What tags do you mean? Could you give me a small example?

Regards,
Radu