Skip to content

Commit

Permalink
perf: Optimize profile image resolution to 100x100 (#41)
Browse files Browse the repository at this point in the history
Reduced profile image resolution to 100x100 to improve page load times and enhance performance.
  • Loading branch information
warnyul authored Nov 27, 2024
1 parent 41e606b commit b4bc6e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added src/asset/resource/profile100w100h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="clazz-container">
<div class="clazz-content">
<header>
<img width="100" height="100" src="../asset/resource/profile.png" alt="Balázs Varga" class="clazz-profile-image">
<img width="100" height="100" src="../asset/resource/profile100w100h.png" alt="Balázs Varga" class="clazz-profile-image">
<h1 class="clazz-text-center">Balázs Varga</h1>
</header>

Expand Down

0 comments on commit b4bc6e7

Please sign in to comment.