This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="large-default-file.jpg"> | |
<source src="smaller.jpg" media="max-width:600px"> | |
<source src="tiny.jpg" media="max-width:320px"> | |
</img> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var QueryLoader = { | |
/* | |
* QueryLoader Preload your site before displaying it! | |
* Author: Gaya Kessler | |
* Date: 23-09-09 | |
* URL: http://www.gayadesign.com | |
* Version: 1.0 | |
* | |
* A simple jQuery powered preloader to load every image on the page and in the CSS | |
* before displaying the page to the user. |
NewerOlder