Skip to content

TinyMCE removes vimeo fullscreen code #108

@mafokken

Description

@mafokken

Not sure if this is the right place to put this.

When I embed a vimeo video using TinyMCE, I want it to allow fullscreen. But when I save the resource, the fullscreen code gets taken out when the editor reloads. So if I save the resoure again, the embedded video no longer shows the fullscreen option.

If I put this code into a resource:
<iframe src="https://player.vimeo.com/video/1234567" frameborder="0" width="500" height="281" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

TinyMCE changes it to:
<iframe src="https://player.vimeo.com/video/1234567" frameborder="0" width="500" height="281"></iframe>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mafokken

        Issue actions

          TinyMCE removes vimeo fullscreen code · Issue #108 · splittingred/TinyMCE