Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coding for a video with allowfullscreen #3

Open
LeslieJohnsonAeris opened this issue Jan 16, 2021 · 0 comments
Open

Coding for a video with allowfullscreen #3

LeslieJohnsonAeris opened this issue Jan 16, 2021 · 0 comments

Comments

@LeslieJohnsonAeris
Copy link

We've been using this utility successfully for a few years now, thank you! One issue has come up with our links to videos.
I use Oxygen XML Author to write in DITA, then use zpu to transform and publish on Zendesk. The transformation renders the allowfullscreen parameter useless in Zendesk. My question is how can I code this in DITA to transform to an iframe with the allowfullscreen parameter?

Here is an example of code in a DITA file to view a video:

After running through ZPU, in ZENDESK, this results in the following HTML code:

When viewed in Zendesk, the allowfullscreen option does not work. The user cannot expand the video to full screen.

I'm looking for DITA coding that will result in something like the following, which does work in Zendesk.

<iframe src="https://biglongaddress/UsageAnalyticsWalkthrough.mp4" width="665" height="500" allowfullscreen> </iframe>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant