Skip to content

Commit

Permalink
Add 256 render size
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschrock committed Jan 15, 2024
1 parent 642f0f3 commit 6bcbad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/emoji-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1 class="card-header-title">Details about {{ page.title }}</h1>
</div>
<div class="dropdown-menu" id="png-menu" role="menu">
<div class="dropdown-content">
{% assign sizes = "32, 64, 128" | split: ", " -%}
{% assign sizes = "32, 64, 128, 256" | split: ", " -%}
{% for size in sizes -%}
<div class="dropdown-item">
<span class="icon">
Expand Down
3 changes: 2 additions & 1 deletion _layouts/emoji-json.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"png_sizes": {
"32": "https://resvg.emoji.lgbt/api/v1/7a31cfe8/{{ page.slug }}.png?width=32",
"64": "https://resvg.emoji.lgbt/api/v1/7a31cfe8/{{ page.slug }}.png?width=64",
"128": "https://resvg.emoji.lgbt/api/v1/7a31cfe8/{{ page.slug }}.png?width=128"
"128": "https://resvg.emoji.lgbt/api/v1/7a31cfe8/{{ page.slug }}.png?width=128",
"256": "https://resvg.emoji.lgbt/api/v1/7a31cfe8/{{ page.slug }}.png?width=256"
}
}
}
Expand Down

0 comments on commit 6bcbad8

Please sign in to comment.