0
Dear, hello. I am developing a website , but there is a margin or width that is not stated on the website that is disturbing your view. When making a test in inspecting element I came across some frames declared by google and saw that it is they who are doing this margin. The following is an example of the code described.
<iframe name="oauth2relay1380469440" id="oauth2relay1380469440" src="https://accounts.google.com/o/oauth2/postmessageRelay?parent=http%3A%2F%2Flocalhost&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.pt_BR.LGFZ9cC0bWM.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCMsrVkC5z6iTSQ0Ly8uCy_z20NJnw#rpctoken=722483838&forcesecure=1" tabindex="-1" style="width: 1px; height: 1px; position: absolute; top: -100px;"></iframe>
Describe your problem better. Post an image of the screen, the element to which this iframe is inserted... something that can be analyzed. Does this iframe add something to your layout? If not, try adding the attribute
style="display:none;"
to the iframe element, as some google iframes should only be on the page, not necessarily visible.– Jhonny Mesquita
An example link : http://imgur.com/BktXNyf. This code appears at the end of the body where I did not state it in the initial code. When I delete by inspecting element on google, delete, but I have to find where declared function to be able to delete.
– Joel Freitas
You are using some platform like joomla, wordpress, Magento...?
– Jhonny Mesquita
No, I developed normally, without using any CMS
– Joel Freitas
Have you added any third-party code? See if my answer below resolves.
– Jhonny Mesquita
Usage, a plugin called youmax.js that imports youtube videos to be shown on my site. It is generating this authentication code. I want to see how to get the css properties out of it
– Joel Freitas