<html>
<head>
<style>
.class{
width:100%
//通过class来控制
height:100%
}
</style>
</head>
<body>
<div
id='content'>
<div
class='img'>
<img
src='图片地址'>
</img>
</div>
</body>
</html>
<html>
<head>
<style>
.class{
width:100%
//通过class来控制
height:100%
}
</style>
</head>
<body>
<div
id='content'>
<div
class='img'>
<img
src='图片地址'>
</img>
</div>
</body>
</html>