forked from indymedia/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)
|
content=content.replace(tagItem['name'],emojiHtml)
|
||||||
return content
|
return content
|
||||||
|
|
||||||
def addEmbeddedVideo(content: str,width=320) -> str:
|
def addEmbeddedVideo(content: str,width=640) -> str:
|
||||||
"""Adds embedded videos
|
"""Adds embedded videos
|
||||||
"""
|
"""
|
||||||
if '>vimeo.com/' in content:
|
if '>vimeo.com/' in content:
|
||||||
|
|
Loading…
Reference in New Issue