I am trying to find the size of the image that was used as a banner on this website: http://www.deadmau5.com/. I have tried looking at the souce but I have not found information nor a link to the image. I need the exact dimensions of the image. I also would like to know how you found it.
|
|
You mean the one at the top that says "deadmau5" in large green letters? It's this image, which is 960 × 175 pixels, but the actual element that uses the image as its background is only 926 pixels wide, so 34 pixels from right side of the image are cut off. How did I find it? I used Firebug and just right-clicked the banner and selected Inspect Element from the pop-up menu. That showed me the HTML element (which is just
|
|||||||||
|
|
Another way is to have Developer Tools open on Chrome (or the equivalent on FF/IE) before visiting the page and it will show you the files loaded on the Network tab. Then just click the banner file and it will show you its properties, including its dimensions. |
|||
|
|