Quote:
Originally Posted by Phssthpok
As I said already, it displays correctly on other devices.
|
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%;
}