Describe your feature request
I see that flutter_html_iframe tries to parse width and height but fails when it contains "%".
I think this kind of width and height values can use MediaQuery.of(context.buildContext).size.height or width.
Here's my "not so clean at the moment" solution for it.
Describe your feature request I see that flutter_html_iframe tries to parse width and height but fails when it contains "%". I think this kind of width and height values can use
MediaQuery.of(context.buildContext).size.height
or width.Here's my "not so clean at the moment" solution for it.
Let me know what you guys think.
Additional context
A picture of a cute animal (not mandatory but encouraged)