Skip to content

Commit

Permalink
with corrected Youtube URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrique Montes committed Dec 16, 2023
1 parent 8d0d653 commit 5511950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ <h2>Past</h2>
</ul>
<div class="vembedr">
<div>
<iframe src="https://www.youtube.com/embed/tFgDAMxH5lYF4PlJ" width="910" height="511.875" frameborder="0" allowfullscreen="" data-external="1"></iframe>
<iframe src="https://www.youtube.com/embed/4AOs_F682Q4" width="910" height="511.875" frameborder="0" allowfullscreen="" data-external="1"></iframe>
</div>
</div>
<p><br> <br></p>
Expand Down
2 changes: 1 addition & 1 deletion events.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (!require(librarian)){
library(librarian)
}
shelf(vembedr)
embed_youtube("tFgDAMxH5lYF4PlJ", width = 910, height = 910*360/640, frameborder = 0,
embed_youtube("4AOs_F682Q4", width = 910, height = 910*360/640, frameborder = 0,
allowfullscreen = TRUE, query = NULL)
```
<br>
Expand Down

0 comments on commit 5511950

Please sign in to comment.