Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baotuo/jQuery-Retina-Plugin
- Owner: baotuo
- Created: 2011-04-19T17:40:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-26T14:38:24.000Z (over 13 years ago)
- Last Synced: 2024-06-22T22:04:39.651Z (6 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 169 KB
- Stars: 22
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
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});
});