Retina Resource for List-Style

Does anyone know a great way to have a custom list-stlye image for retina displays? The normal background size style in a media query does not work for a list style.

+5
source share
1 answer

The best way to achieve this is not to use a list-style style, but instead set a background image for each li element in the list.

This way you can use regular background tricks to display the retina.

+7
source

All Articles