Fix videos overspilling their parents' bounds
This commit is contained in:
parent
a7e192bf40
commit
b1dbdeda66
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
<video src="{{.Get "src" | absURL}}" {{if .Get "controls"}}controls{{end}} width=750></video>
|
||||
<video src="{{.Get "src" | absURL}}" {{if .Get "controls"}}controls{{end}} width=750 style="max-width: 100%;"></video>
|
||||
|
|
Loading…
Reference in a new issue