This same code registers as one child available but after removing the video is still playing even though its removed and not visible.
while ( el.firstChild ) { el.removeChild( el.firstChild ); } Any ideas ? I believe its also happening with innerHTML.