Quote:
Originally Posted by kovidgoyal
See fs_images.pyj in the calibre source code for the logic I use to detect when to convert 100% too 100vh
|
Can this code be modified to work with the following CSS?
Code:
img {
max-height: 100%;
max-width: 100%;
}