vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

Iframe question

Open wenbintian opened this issue 5 years ago • 3 comments

If there is an iframe tag inside, the zoom and drag function will fail.

wenbintian avatar Jul 21 '20 03:07 wenbintian

<vue-draggable-resizable :w="500" :h="500"> <p style="height: 40px; background: red;">This is Header.</p> <iframe style="height: calc(100% - 40px);" src="http:www.baidu.com" frameborder="0" width="100%" height="100%" class="t_menu_drag_item_iframe"></iframe> </vue-draggable-resizable>

wenbintian avatar Jul 21 '20 04:07 wenbintian

Works for me if the iframe is wrapped in a <div>.

davidliang781205 avatar Sep 24 '20 21:09 davidliang781205

When my mouse move in

sunMarkto avatar Dec 16 '21 08:12 sunMarkto