We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
画像のloading属性に対応したブラウザが増えてきましたので、デフォルトのテンプレートでも対応しておきたいです。
<!-- ユーザーが近くにスクロールしたときにスクリーン外の画像を遅延ロードする --> <img src="hoge.jpg" loading="lazy" alt=".."/>
対象は一旦以下を想定
そのほかは要検討
The text was updated successfully, but these errors were encountered:
商品一覧画面は #4933 で対応済み
一番重要なところは対応済み。 他はほぼファーストビューとなり、効果は限定的なため、あえての対応はいらないと思いますのでクローズします。
Sorry, something went wrong.
No branches or pull requests
概要(Overview)
画像のloading属性に対応したブラウザが増えてきましたので、デフォルトのテンプレートでも対応しておきたいです。
期待する内容(Expect) or 要望 (Requirement)
対象は一旦以下を想定
そのほかは要検討
再現手順(Procedure)
環境 (environment)
関連情報 (Ref)
The text was updated successfully, but these errors were encountered: