I would like to be able to render a fragment of HTML to a PNG without knowing exactly how tall it would be. At present, it will be fitted to a multiple of the 'page' size, which isn't very helpful. Could we have an option to omit the page height and have the resulting PNG file simply be fitted to the output of the Save call?
I.e. the PNG will only be 100px if the content happens to take 100px vertically.