0
Hello I need help I have a google form that I want to put on a page with the format of 1280*800 and the problem and that does not occupy the page completely hides always or at the end of the form or if I touch the iframe it hides content I want it to occupy the by potion of the page on width and height, can help me or indicate me some way ,even in css I tried to fix the positioning but can not know why, thank you.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>teste</title>
</head>
<body>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSd4pzJ9kRydc-UVkEkm9xKDZjF0S3Earn-Wjcbh8FEAlYnkXA/viewform?embedded=true" width="100%" height="825" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</body>
</html>
I believe not to have been very clear your question, you want the iframe to occupy the whole screen is this?
– LeAndrade
Do you want it to adjust in height or width? It has to have how much of measure?
– hugocsl
yes I want the form to be with the definition of 1280x800 because when I give these measures to the iframe it cuts the form on the site, but if it gives to put in width should solve the problem .
– joao dias
I have this to test on the Chrome console and firefox console with this measurement and always cuts iframe never occupies the screen completely , which is what I want.
– joao dias