Skip to content

Commit

Permalink
fixed video iframe aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
cty12 committed Nov 29, 2023
1 parent 4111d0d commit c8c41a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _posts/fl23/2023-10-13-koronkevich.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ date: 2023-10-13 15:00:00
categories: Koronkevich Fall2023
---

<iframe width="640" height="320" src="https://www.youtube.com/embed/XNgE8kBfSz8" frameborder="0" allowfullscreen></iframe>
<iframe width="640" height="360" src="https://www.youtube.com/embed/XNgE8kBfSz8" frameborder="0" allowfullscreen></iframe>

## Time and Location

Expand Down
2 changes: 1 addition & 1 deletion _posts/fl23/2023-11-29-siek.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories: Siek Fall2023

## Recording and Slides

<iframe width="640" height="320" src="https://www.youtube.com/embed/f8WpBngZehA" frameborder="0" allowfullscreen></iframe>
<iframe width="640" height="360" src="https://www.youtube.com/embed/f8WpBngZehA" frameborder="0" allowfullscreen></iframe>

+ [**Slides (in PDF)**](http://wonks.github.io/slides/siek-nov-29-2023.pdf)

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h2>Upcoming Events</h2>

<h2>Past Events</h2>

<iframe width="640" height="320" src="https://www.youtube.com/embed/f8WpBngZehA" frameborder="0" allowfullscreen></iframe>
<iframe width="640" height="360" src="https://www.youtube.com/embed/f8WpBngZehA" frameborder="0" allowfullscreen></iframe>

<ul id="recent-talk-list">
{% for post in paginator.posts %}
Expand Down

0 comments on commit c8c41a8

Please sign in to comment.