-
Notifications
You must be signed in to change notification settings - Fork 4
baotuo/jQuery-Retina-Plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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: <script src="jquery.retina.js" type="text/javascript"></script> <script type="text/javascript"> $(function() { $(".retina").retina({"retina-background":true}); }); </script>
About
A jQuery plugin for loading 2x images on retina displays automatically
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published