03-29-2021, 12:52 PM
|
#6
|
Resident Curmudgeon
Posts: 80,092
Karma: 148565303
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
Originally Posted by Frenzie
Generally something like (max-)height: 90% or 90vh.
Edit: for example:
Code:
img {
width: auto;
height: 90vh;
}
|
Thanks. That works.
|
|
|