constantly move resizable/draggable image on the video when the browser is resize
问题 I am working on the fiddle in which I want to constantly move/resize image(which is itself resizable/draggable image) over the video when the browser is resize . The snippets of HTML/CSS/JS code which I have used is: HTML: <div id="wrapper" style="display:inline-block"> <img id="image" src="http://www.google.com.br/images/srpr/logo3w.png" /> </div> CSS: .overlay { position:absolute; width:100%; height:100%; background:red; opacity:.5; display:none; } JS: $(function() { $('#wrapper').draggable