You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really cool repository! Very great documentation and easy to consume your research. Thanks for putting this together.
It's now 2023, and just wondering if you have any additional findings to add?
Some device DPRs are getting a little crazy, and it's insane to think about some samsung devices have 4 dpr. The iPhone 14 has width of 390px and a DPR of 3, crazy to think that a mobile phone 100vw width is 1170px!
My use case was such where I was going to take your "standard sizes" and multiply them by possible device DPRs (other libraries that do similar to yours use a "max" DPR of 5 when building srcset from what I found) to get a nice "fixed" list of widths.
Anyway, thanks for publishing this work!
The text was updated successfully, but these errors were encountered:
Really cool repository! Very great documentation and easy to consume your research. Thanks for putting this together.
It's now 2023, and just wondering if you have any additional findings to add?
Some device DPRs are getting a little crazy, and it's insane to think about some samsung devices have 4 dpr. The iPhone 14 has width of 390px and a DPR of 3, crazy to think that a mobile phone 100vw width is 1170px!
My use case was such where I was going to take your "standard sizes" and multiply them by possible device DPRs (other libraries that do similar to yours use a "max" DPR of 5 when building srcset from what I found) to get a nice "fixed" list of widths.
Anyway, thanks for publishing this work!
The text was updated successfully, but these errors were encountered: