Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baotuo/jQuery-Retina-Plugin

A jQuery plugin for loading 2x images on retina displays automatically
https://github.com/baotuo/jQuery-Retina-Plugin

Last synced: 3 months ago
JSON representation

A jQuery plugin for loading 2x images on retina displays automatically

Awesome Lists containing this project

README

        

Usage:
$().retina([settings]);

settings:
A set of key/value pairs. All settings are optional.

retina-background (default: false)
Whether to change background image to high resolution.

retina-suffix (default: @2x)
The suffix for high resolution image file.

Example:

$(function() {
$(".retina").retina({"retina-background":true});
});