Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Public
Playground
Discourse Bbb
Commits
fbe97eef
Commit
fbe97eef
authored
Apr 13, 2020
by
Penar Musaraj
Browse files
Firefox seems to only respect the legacy allowfullscreen attribute
parent
b36ca438
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/javascripts/discourse/initializers/bbb.js.es6
View file @
fbe97eef
...
...
@@ -18,7 +18,7 @@ function launchBBB($elem, fullWindow) {
} else {
$elem.children().hide();
$elem.append(
`<iframe src="${res.url}" allow="camera;microphone;fullscreen;speaker" width="690" height="500" style="border:none"></iframe>`
`<iframe src="${res.url}"
allowfullscreen="true"
allow="camera;
microphone;
fullscreen;
speaker" width="690" height="500" style="border:none"></iframe>`
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment