How would I crop a HTML IFrame?
This is my code:
<iframe style="margin: -10px; position: fixed;" src="https://replit.com/@Dragonterror/Google-Chrome?embed=true" width=100% height=100% margin=0></iframe>
This is the Result
I am tryin to crop off The Open In Replit bar, but KEEP the run and like bar. I've seen how to crop off the bottom, but not the top. Thanks!
I have tried overflow: Hidden, and many other things. But it only ever crops the bottom. Other questions were no help either.