Closed denisz1 closed 1 year ago
As detailed on this issue.
This adds a "style" attribute to the @Html.EmbedImage() extension method. This is important because in HTML emails you need to place styles inline.
@Html.EmbedImage()
Actually, this should also include an attribute for width and height, as those are essential for images in HTML emails!
width
height
As well as the border attribute
border
As detailed on this issue.
This adds a "style" attribute to the
@Html.EmbedImage()
extension method. This is important because in HTML emails you need to place styles inline.