1
0
Fork 0

Fix videos overspilling their parents' bounds

This commit is contained in:
Ethan Marshall 2024-09-15 15:55:40 +01:00
parent a7e192bf40
commit b1dbdeda66
Signed by: ejv2
GPG key ID: EC2FAEF4DB8968D8

View file

@ -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>