We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30aa02 commit f739758Copy full SHA for f739758
_static/styles.css
@@ -1,3 +1,8 @@
1
+video {
2
+ max-height: 50vh;
3
+ width: 100%;
4
+}
5
+
6
/* match Google Docs styles for nested ordered lists */
7
article ol ol li {
8
list-style-type: lower-alpha;
lecture_3.ipynb
@@ -696,7 +696,7 @@
696
"tags": []
697
},
698
"source": [
699
- "<video controls width=\"700\" src=\"https://github.com/afeld/python-public-policy/raw/main/extras/img/pivot.mp4\"></video>"
+ "<video controls src=\"https://github.com/afeld/python-public-policy/raw/main/extras/img/pivot.mp4\"></video>"
700
]
701
702
{
0 commit comments