Android::Confused about image sizes in a website
- by Legend
I was testing my website inside the Android emulator with the Droid Skin (240 dpi). I have the following css:
#container {
position: relative;
width: 854px;
height: 480px;
background: #000;
margin: auto;
}
#container li {
position: relative;
list-style: none;
width: 201px;
height: 110px;
padding-left: 10px;
…