I would like to just specify the width, and have the height be derived from the rendered output, perhaps using `document.body.scrollHeight` for example.
I would like to just specify the width, and have the height be derived from the rendered output, perhaps using
document.body.scrollHeightfor example.