Closed skyzyx closed 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?
pixel-density-ratio: 1.0
We are going to support 2x retina assets via CSS in the future.
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?