javascript - Prevent iframe to reload -


i have wysiwyg editor (tinymce).

i use vue.js 1 show preview of editor contents real-time. if user types in editor, preview updates real-time expected. here problem.

if there iframe tag (youtube video) in preview, video content tries send request youtube reload user starts typing because preview updates real-time. if there 1 video(iframe) it's ok if there're 2 or 3 videos gets heavy , slow since multiple videos try reload themselves.

so, there way make them stop sending request youtube reload when editor contents update real-time?


Comments