Skip to content

Commit

Permalink
fix background sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPi3141 committed Dec 10, 2024
1 parent 3a63b9e commit 24333ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const App = ({ ffmpegRef, isServer }) => {
<img
src={`${baseImgUrl}/wallpaper/winter.jpg`}
alt=""
className="top-0 right-0 bottom-0 object-bottom left-0 z-0 absolute w-full max-h-full pointer-events-none object-cover"
className="top-0 right-0 bottom-0 object-bottom left-0 z-0 absolute w-full h-full pointer-events-none object-cover"
loading="eager"
/>
)}
Expand Down

0 comments on commit 24333ad

Please sign in to comment.