Not entirely sure how to tell feed readers that the inline image is a custom emoji and should not be stretched as wide as possible.
Not entirely sure how to tell feed readers that the inline image is a custom emoji and should not be stretched as wide as possible. 10 comments
@KevinMarks Width and height can’t use non-pixel units, and 1em is what this kind of image needs. Width and height in a style attribute do indeed get stripped sometimes. |
CSS classes are meaningless and inline styles get stripped or modified. Would be nice to get something like rel=emoji going.