Seems like minimum width

master
Bob Mottram 2019-08-20 17:56:13 +01:00
parent ffdefd6d6e
commit 42d82b33bd
1 changed files with 1 additions and 1 deletions

View File

@ -1009,7 +1009,7 @@ def htmlRemplaceEmojiFromTags(content: str,tag: {}) -> str:
content=content.replace(tagItem['name'],emojiHtml)
return content
def addEmbeddedVideo(content: str,width=320) -> str:
def addEmbeddedVideo(content: str,width=640) -> str:
"""Adds embedded videos
"""
if '>vimeo.com/' in content: