mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix image width to 1000px for email (#14527)
This commit is contained in:
@@ -76,7 +76,7 @@ class EmailNotification(BaseNotification): # pylint: disable=too-few-public-met
|
||||
""",
|
||||
description=self._content.description or "",
|
||||
url=self._content.url,
|
||||
img_tag='<img src="cid:{}">'.format(msgid)
|
||||
img_tag='<img width="1000px" src="cid:{}">'.format(msgid)
|
||||
if self._content.screenshot
|
||||
else "",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user