Skip to content

Commit 54470b7

Browse files
Fix broken auto-scaling for YouTube video
1 parent 02d7ae3 commit 54470b7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

web/pandas/getting_started.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ by [Wes McKinney](https://wesmckinney.com/), creator of pandas.
2222

2323
## Videos
2424

25-
<iframe width="560" height="315" frameborder="0"
26-
src="https://www.youtube.com/embed/_T8LGqJtuGc"
27-
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
28-
allowfullscreen></iframe>
25+
<iframe
26+
src="https://www.youtube.com/embed/_T8LGqJtuGc"
27+
style="width: 100%; max-width: 560px; height: 315px;"
28+
frameborder="0"
29+
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
30+
allowfullscreen
31+
></iframe>
2932
3033
## Cheat sheet
3134

0 commit comments

Comments
 (0)