lbry-desktop/ui/component/optimizedImage
infinite-persistence 1e0da66110 OptimizedImage: simplify implementation
It has been broken for a while, probably since the theme changes?

- Anyway, removed the effort to get the exact mounted size before requesting the image from CDN.
    - When it works, it does prevent blurry image in different screen resolutions, but it's hard to maintain and too expensive.

ChannelThumbnail: use 64 to cover both the 64 and 40 case (the cached image will work on both, potentially reducing a call). I think the size is close enough to not trigger a Core Vital size warning.
2022-03-21 13:13:25 -04:00
..
index.js OptimizedImage - wrapper for CDN-optimized image 2021-07-20 16:21:50 +08:00
view.jsx OptimizedImage: simplify implementation 2022-03-21 13:13:25 -04:00