Is there a way to trim the bottom area of an external iframe that I want to embed on my website? The iframe contains links that cannot be edited, leading to pages with different sizes.
My aim is to achieve something similar to
<iframe height:100%-20px />
(even though this syntax doesn't exist). Is it possible to hide a certain number of pixels from the bottom of an iframe?