drag iframe

by paradite

HTML

<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<body>
  <div class="wrapper">
    <iframe width="480" height="360" src="https://www.youtube.com/embed/A1CdXlP0BPA?rel=0" frameborder="0" allowfullscreen=""></iframe>
  </div>
</body>

JavaScript

$('.wrapper').draggable({ iframeFix: true });