Skip to content

Commit

Permalink
Merge pull request #235 from activebridge/fix/images_sizes
Browse files Browse the repository at this point in the history
Fix images sizes
  • Loading branch information
katatsu12 committed Jul 2, 2024
2 parents 10ef9c9 + a37b8da commit c34e297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_css_url }}" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" as="image" href="/assets/images/team/team-bg.webp" />
<link rel="preload" as="image" href="/assets/images/index/background.webp" />
</head>
<body>
{% gtm body %}
Expand Down
Binary file modified assets/images/about/about-bg-2.webp
Binary file not shown.

0 comments on commit c34e297

Please sign in to comment.