When using a <iframe>
element with style="width: 100%; height: 100%"
, the height property is not respected in Ladybird. Instead of filling the height of the viewport as expected, the iframe uses a minimum height.
Linux
The iframe should fill the entire height of the viewport, similar to the behaviour in other web browsers.
The iframe does not fill the height of the viewport.
data:text/html,<iframe style="width: 100%; height: 100%" src="https://info.cern.ch/hypertext/WWW/TheProject.html"></iframe>
<iframe
style="width: 100%; height: 100%"
src="https://info.cern.ch/hypertext/WWW/TheProject.html">
</iframe>
N/A - Visual bug. No relevant logs emitted.
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too