DEV Community

Discussion on: Using an iphone in 3rd world country can hurt you

Collapse
 
souris profile image
Souris

This is an interesting topic. I'm in a 3rd world country too. On web project (I'm a designer btw, but also do some frontend stuff) I mostly go with SVG, only use image when I can't use SVG, like product image etc. The internet speed is garbage here and expensive, our current project, I advised my dev team to resize the image to 1024px max, scale down to 720px or 480px depend on where to use it.
I really never think about the DPR thing on the iPhone and now it's time to take notes.

Collapse
 
yellow1912 profile image
yellow1912

I found a long thread discussing this issue here:

github.com/whatwg/html/issues/4421