My site is: [https://www.richardsilverstein.com](https://www.richardsilverstein.com)
I just installed a widget with custom URL which displays a form in my sidebar. The form code (I didn’t create it) uses an iframe to display it. I would like to decrease the size of the form due to the large amount of vertical space (see screenshot below) it’s taking up in the sidebar.
<iframe width=”300″ height=”500″ src= “\[[https://www.mightycause.com/forms/tikunolam?embed=donation\\\_widget](https://www.mightycause.com/forms/tikunolam?embed=donation\_widget)\]([https://www.mightycause.com/forms/tikunolam?embed=donation\_widget](https://www.mightycause.com/forms/tikunolam?embed=donation_widget))” scrolling=”no” marginheight=”0″ marginwidth=”0″ frameborder=”0″ ></iframe>
Could you look over the code and screenshot and tell me what html code I could use to reduce its size by 25-50% if possible.
https://preview.redd.it/m3q1jl1ug9da1.jpg?width=441&format=pjpg&auto=webp&v=enabled&s=c3c633d73473c5a48a3bd3d91d05f67088d41c54
Hey Richard.
​
The iframe code you supplied features two important elements: **height** and **width**.
​
You can simply tinker with the values here to get the perfect size for your needs. Simply change both or one of these values.