mirror of https://gitlab.com/bashrc2/epicyon
Seems like minimum width
parent
ffdefd6d6e
commit
42d82b33bd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue