Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>鼠标滚轮控制图片大小</title>
</head>
<body>
<h1>转动鼠标滚轮改变图片大小</h1>
<img height="60" width="60" src="https://raw.githubusercontent.com/gzwawj/html-css-js/master/roller/img/app.jpg" alt="" onmousewheel="change_img1(this)">
</body>
<script src="js/app.js"></script>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
gzwawjpro
0viewers