javascript - Scale centered image to browser window -



javascript - Scale centered image to browser window -

i'd images on this site scaled 80% of browser window's height. simple , universal way accomplish this?

try next css:

img { height:80%; }

or

img { height:80vh; }

javascript html css

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -