Skip to content

Commit

Permalink
perf: Optimize profile image resolution to 100x100
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 committed Nov 27, 2024
1 parent 6f15c22 commit 5cf1bd9
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 5cf1bd9

Please sign in to comment.