Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <!-- 方法一 -->
  <img src="https://vuejs.org/images/logo.png" style="width:500px!important; width:300px!important;">
  <!-- 方法二 -->
  <img src="https://vuejs.org/images/logo.png" style="width:500px!important; max-width:300px;">
  <!-- 方法三 -->
  <img src="https://vuejs.org/images/logo.png" style="width:500px!important; transform:scale(0.6,0.6);">
  <!-- 方法四:JS -->
  <img id="img4" src="https://vuejs.org/images/logo.png" style="width:500px!important;">
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers