Skip to content

Commit

Permalink
img size
Browse files Browse the repository at this point in the history
  • Loading branch information
royalfig authored Jul 17, 2023
1 parent f0581de commit f23f776
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions partials/navbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{{img_url @site.icon size="1600" format="avif"}} 1600w,
{{img_url @site.icon size="1920" format="avif"}} 1920w,
{{img_url @site.icon size="2000" format="avif"}} 2000w"
sizes="1rem"
sizes="24px"
type="image/avif"
>
<source
Expand All @@ -31,7 +31,7 @@
{{img_url @site.icon size="1600" format="webp"}} 1600w,
{{img_url @site.icon size="1920" format="webp"}} 1920w,
{{img_url @site.icon size="2000" format="webp"}} 2000w"
sizes="1rem"
sizes="24px"
type="image/webp"
>
<img
Expand All @@ -46,11 +46,11 @@
{{img_url @site.icon size="1600"}} 1600w,
{{img_url @site.icon size="1920"}} 1920w,
{{img_url @site.icon size="2000"}} 2000w"
sizes="1rem"
sizes="24px"
src="{{img_url @site.icon size="48"}}"
alt=""
width="48"
height="48"
width="24"
height="24"
>
</picture>
{{/if}}
Expand Down

0 comments on commit f23f776

Please sign in to comment.