XF 1.5 how can i make this fit whole screen

Senpai

Well-known member
hey guys can someone tell me how can i make this fit the page i dont like that scrolling

im making a custom page and im trying t0 make a form in it

47862d190402f6d0f931d165b8441095.gif
 
You are using an iframe to google docs so set the width on that iframe to 100%
Code:
<iframe src="https://docs.google.com/forms/d/1vNfFGC1ZSQzZ-MTX4dX7H4z4HMWKsvHDe4wFtp9HzqI/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>


How do i do that and thats the current code i got
 
Top Bottom