Open neoneye opened 9 months ago
I'm not using devicePixelRatio for the lazy loaded <img> elements.
devicePixelRatio
<img>
I think the thumbnails can show more details if they are rendered using devicePixelRatio.
I made one false start on fixing this issue.
Replace <img> with <canvas>. This is non-trivial.
<canvas>
Compare the new proof of concept with the existing solution. Are the new thumbnails more detailed, if so, then continue with this solution.
Problem
I'm not using
devicePixelRatio
for the lazy loaded<img>
elements.I think the thumbnails can show more details if they are rendered using
devicePixelRatio
.I made one false start on fixing this issue.
Solution
Replace
<img>
with<canvas>
. This is non-trivial.Compare the new proof of concept with the existing solution. Are the new thumbnails more detailed, if so, then continue with this solution.