Skip to content

Commit

Permalink
about: fix bg scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunko committed Jan 30, 2025
1 parent 15359ea commit ffe25af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,9 @@ <h3>arts</h3>



<div id="blog-bg" style="position: fixed;left: 0px;bottom: 0px;z-index: -1;">
<img src="/static/imgs/backgrounds/manga-cover.webp" alt="blog-bg" height="1080px" />
<div id="blog-bg" style="position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: -1;">
<img src="/static/imgs/backgrounds/manga-cover.webp" alt="blog-bg"
style="width: 100%; height: 100%; object-fit: cover;" />
</div>


Expand Down

0 comments on commit ffe25af

Please sign in to comment.