Video style

main
Bob Mottram 2021-03-07 12:09:46 +00:00
parent 16468b5c0b
commit 4b91f50ddc
1 changed files with 1 additions and 2 deletions

View File

@ -220,8 +220,7 @@ def _addEmbeddedAudio(translate: {}, content: str) -> str:
return content return content
def _addEmbeddedVideo(translate: {}, content: str, def _addEmbeddedVideo(translate: {}, content: str) -> str:
width=400, height=300) -> str:
"""Adds embedded video for mp4/webm/ogv """Adds embedded video for mp4/webm/ogv
""" """
if not ('.mp4' in content or '.webm' in content or '.ogv' in content): if not ('.mp4' in content or '.webm' in content or '.ogv' in content):