html - Anyone know how to hide/remove Popout of Google Drive Embed Video? -
anyone here have same problem class="drive-viewer-v2-toolstrip"
i tried lot of things somehow can't kill it.
$(document).ready(function () { $('.drive-viewer-v2-toolstrip').remove(); });
any ideas on how rid of it?
the embeded code video inside iframe , because of won't able access content page. in case jquery code using not have visibility of content of iframe , due same origin policies. context of page different context of page inside iframe. here can find information topic: http://javascript.info/tutorial/same-origin-security-policy
Comments
Post a Comment