Commit a0eefbb
css: make the inline video figure a full-width block
sphinxcontrib-video wraps <video> in an align-left (floated) figure and emits
<video width="100%">, which browsers ignore on <video> (unlike <img>) -- so the
video shrank to its intrinsic 680px and the following paragraph wrapped beside
the float, one char per line. Force the video figure to a non-floated full-width
block and size the <video> via CSS.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent dcc8e7e commit a0eefbb
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1120 | 1120 | | |
1121 | 1121 | | |
1122 | 1122 | | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
1123 | 1143 | | |
1124 | 1144 | | |
1125 | 1145 | | |
| |||
0 commit comments