The new Pokémon images can be a little slow to download.
I think it would be good to create optimized copies. The original files are 512px PNGs and they are being displayed at 256px. This is cool for retina, but honestly probably overkill!
Try having 256px versions. See how it looks on retina and how the file size changes
Try serving .webp optionally. Use the srcset or <picture> element to serve webp optionally and see how that changes file size
The new Pokémon images can be a little slow to download.
I think it would be good to create optimized copies. The original files are 512px PNGs and they are being displayed at 256px. This is cool for retina, but honestly probably overkill!
srcset
or<picture>
element to serve webp optionally and see how that changes file size