Video style

merge-requests/21/head
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
def _addEmbeddedVideo(translate: {}, content: str,
width=400, height=300) -> str:
def _addEmbeddedVideo(translate: {}, content: str) -> str:
"""Adds embedded video for mp4/webm/ogv
"""
if not ('.mp4' in content or '.webm' in content or '.ogv' in content):