drhowarddrfine

msg:4551584 | 3:08 am on Mar 6, 2013 (gmt 0) |
The actual size is 140kb and thereabouts. They aren't expanding it. They probably load the additional images in the background while you view the first one.
|
warby12

msg:4551593 | 3:36 am on Mar 6, 2013 (gmt 0) |
Thanks, so I guess they stretch the image to match the screen size dynamically. Must be a fine line between compression and file size...
|
matrix_jan

msg:4551609 | 5:02 am on Mar 6, 2013 (gmt 0) |
Background images are 980px wide. Only the first one is loaded instantly, the rest gets injected through javascript. You can monitor the process yourself, just go to the webpage with chrome, hit inspect element and scroll to the bottom, there is a div with an id of "supersized", it contains ul with just one li, the rest of the li-s get injected through javasript after some time for rotation. Don't rely on pingdom numbers, they are not accurate for pages with heavy javascripts.
|
warby12

msg:4551613 | 5:15 am on Mar 6, 2013 (gmt 0) |
Thanks for that! nice tip with the Chrome too... you can see the images loading thanks :)
|
|