Skip to content

Commit

Permalink
Use iframe attributes recommended by c3voc
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzschmid committed Feb 18, 2021
1 parent f3c8271 commit dbaa534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jekyll-theme-conference (3.1.3)
jekyll-theme-conference (3.1.4)
jekyll (~> 4.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion _includes/partials/modal_live.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h5 class="modal-title">
</div>

<div class="modal-body embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="" allowfullscreen></iframe>
<iframe class="embed-responsive-item" src="" frameborder="none" allowfullscreen="allowfullscreen" seamless="seamless" scrolling="no"></iframe>
<div id="stream-placeholder" class="embed-responsive-item d-none justify-content-center align-items-center">
<div></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion jekyll-theme-conference.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-conference"
spec.version = "3.1.3"
spec.version = "3.1.4"
spec.authors = ["Lorenz Schmid"]
spec.email = ["lorenzschmid@users.noreply.github.com"]

Expand Down

0 comments on commit dbaa534

Please sign in to comment.