I am trying to add only the top functionality block(top brownish coloured block) in - https://opendsa-server.cs.vt.edu/OpenDSA/Books/Everything/html/Write.html#recurWriteStepsCON in my web page
But the problem is when I am opening in a smaller screen device the iframe is not adjusting and the content inside the iframe is getting cuttoff. How do I adjust the iframe? I am using
<iframe src="https://opendsa-server.cs.vt.edu/OpenDSA/Books/Everything/html/Write.html#recurWriteStepsCON" width="100%" height="330px" scrolling="no" style="border:0;"></iframe>