HTML Element Style How to - Set minimum width Full-screen header image








Question

We would like to know how to set minimum width Full-screen header image.

Answer


<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
img {<!-- w w  w  .j  a v a2  s  .  c  o m-->
  min-width: 100%;
}
</style>
</head>
<body>
  <img
    src="http://www.java2s.com/style/download.png">
</body>
</html>

The code above is rendered as follows: