Skip to content

Commit

Permalink
website: drastically reduce animated logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Oct 10, 2024
1 parent 47e2b48 commit 217b081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/index/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function VikeNitedaniAnimated() {
// https://stackoverflow.com/questions/4425413/how-to-extract-the-1st-frame-and-restore-as-an-image-with-ffmpeg/67482024#67482024
return (
<video
src="https://github.com/brillout/vike-hammer-nitedani/raw/refs/heads/main/vike-nitedani-animated.webm"
src="https://i.imgur.com/ypIM9mm.mp4"
poster={iconVikeAnimatedCover}
height="250"
width="182"
Expand Down

0 comments on commit 217b081

Please sign in to comment.