Mobile app version of vmapp.org
Login or Join
Shelley591

: Blurry Images on Iphones I have a design created via Photoshop using 72dpi. Save image for web as PNG or JPEG doesn't matter. The images really looks fuzzy on iphones only. Why is that?

@Shelley591

Posted in: #AdobePhotoshop #Iphone

I have a design created via Photoshop using 72dpi.

Save image for web as PNG or JPEG doesn't matter.

The images really looks fuzzy on iphones only. Why is that?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Shelley591

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jessie844

It sounds like you haven't designed for the retina display of recent apple hardware. (I assume you are making images for a website) Generally speaking you need to supply images at twice the pixel width for the same amount of image space.
That means, if the image space in your HTML is 200px wide, you need to make the image 400px.

<img src="my400image.jpg" width="200">


There's a whole lot more to it than this with different ways to do the same thing (like using SVG's, potentially new img element and media queries) so you may want to read up some more.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme