I have an iFrame and I want the user to be able to grab one side of it and drag it to resize it. I don\'t want it to resize realtime, but rather use an indicator line and wh
As of 2020 you can simply add the CSS property resize: both or resize: vertical to the iframe element.
resize: both
resize: vertical