Use 2x srcset for jumbomoji
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
parent
13f9643442
commit
f84121c8ab
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ function getImageTag({
|
|||
|
||||
let srcSet: string | undefined;
|
||||
if (sizeClass != null && JUMBO_SIZES.has(sizeClass)) {
|
||||
srcSet = `emoji://jumbo?emoji=${encodeURIComponent(match)}, ${img}`;
|
||||
srcSet = `emoji://jumbo?emoji=${encodeURIComponent(match)} 2x, ${img}`;
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Reference in a new issue