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>
  <style>
.video-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
  
  </style>
</head>
<body>
  
  class none , remove allowfullscreen
  
  <div>
    <iframe frameborder="0" src="https://v.qq.com/iframe/player.html?vid=s071883hmua&tiny=0&auto=0"></iframe>
  </div>  
  
  
  class none
  
  <div>
    <iframe frameborder="0" src="https://v.qq.com/iframe/player.html?vid=s071883hmua&tiny=0&auto=0" allowfullscreen></iframe>
  </div>  
  
  
  class video-container
  
  <div class="video-container">
    <iframe frameborder="0" src="https://v.qq.com/iframe/player.html?vid=s071883hmua&tiny=0&auto=0" allowfullscreen></iframe>
  </div>
  
  
  
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers