Simplify image format strategy for modern browsers
- Dominant language
- HTML
- Stars
- 5
- Forks
- 11
- Avg merge
- 9h 50m
- Merged PRs (30d)
- 4
Description
**Problem:**
`createOptimizedPicture` generates both WebP and original-format fallbacks, which is unnecessarily complex now that [WebP has 95%+ browser support](https://caniuse.com/?search=webp). When source images are already WebP, creating "WebP fallback to WebP" is redundant.
**Related Issue:** adobe/aem-boilerplate#482
Contributor guide
Research direction
Locate the createOptimizedPicture entry point and inspect how it handles WebP source images and original-format fallbacks. Confirm the expected behavior against the problem statement and related issue adobe/aem-boilerplate#482; done means redundant WebP-to-WebP fallback output is no longer generated while other fallback behavior remains covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100