<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
@media ( max-width : 900px) {
img {
background: http://www.w3cschool.cn/style/download.png;
width: 0;
height: 0;
padding: 100px;
}
}
</style>
</head>
<body>
<img src="http://placehold.it/200x200" />
</body>
</html>