You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this issue where someone was asked to create a new issues, but could not find it.
How do you add webkitallowfullscreen mozallowfullscreen allowfullscreen to the generated vimeo iframe? Must I do it myself with a javascript hack or is there a option in the plugin to add attributes?
The text was updated successfully, but these errors were encountered:
The only way right now is via javascript (e.g. in afterContent callback).
There probably should be a better way though, and it probably should be the default.
We should probably create an option iframeTemplate which would contain 'iframe webkitallowfullscreen mozallowfullscreen allowfullscreen' by default.
Do you feel like writing a PR? Only "difficulty" is to not also generate template: ... in the CSS of that iframe. Maybe a regex argument to structure would be the easiest way for that
I came across this issue where someone was asked to create a new issues, but could not find it.
How do you add
webkitallowfullscreen mozallowfullscreen allowfullscreen
to the generated vimeo iframe? Must I do it myself with a javascript hack or is there a option in the plugin to add attributes?The text was updated successfully, but these errors were encountered: