-
Notifications
You must be signed in to change notification settings - Fork 1
fix: 画像サイズを修正 #357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: 画像サイズを修正 #357
Conversation
✅ Deploy Preview for vuefes-2024 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Deploying vuefes-2024-designsystem with
|
Latest commit: |
b2fda42
|
Status: | ✅ Deploy successful! |
Preview URL: | https://88f586b4.vuefes-2024-designsystem.pages.dev |
Branch Preview URL: | https://fix-resize-images.vuefes-2024-designsystem.pages.dev |
@yamageji サイトのトップあたりは vuefes-lazy-issue.mp4 |
アバター以外の画像、つまりVue Fes 関連の画像、もっと画像サイズ最適化して減らしてもいいかもしれない。 それか、時間かかっている画像、もしかして netlify の静的ファイル配信が効かないところから配信している? ![]() |
また、本番デプロイとプレビューでスコアに差がありそうでしたので、比較対象を前回のプレビューとしました。
メモ
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@yamageji |
🔗 Linked issue
📚 Description
ファイルサイズの大きい画像をリサイズしました。
ファーストビューに表示されない画像は
loading="lazy"
にしました。📝 Note
Nuxt Imageを利用したほうが良いかとも思いましたが、今回は一旦そのままとしています。→ 一部Nuxt Imageを入れて対応しています。