jordansinger / Hook

Pull to refresh for the web
MIT License
1.6k stars 281 forks source link

Retina/Hi-DPI assets? #3

Closed skyzyx closed 11 years ago

skyzyx commented 11 years ago

You're using a PNG and a GIF, which are fine for devices with a pixel-density-ratio: 1.0, but don't support Hi-DPI/Retina displays very well. Have you considered using vector assets instead? Either SVG or an icon-based web font?

jordansinger commented 11 years ago

We are going to support 2x retina assets via CSS in the future.