Quote:
Originally Posted by JSWolf
That's because other devices are either low-res or are doing it wrong. An 800px wide image is not going to fill the width of the screen. The Kobo Libra 2 is 1264 x 1680. That is 464px less then the width of the screen. Kob is doing it correctly.
Code:
.frame {
display: block;
width: 100%;
max-height: 100%;
}
|
So if width:100% doesn't make it expand to fill the width of the screen, what does?