3rd AnGle
Well-known member
I have an embed file which, if set to width 100%, shrinks the file to much smaller size.
I researched and found out this from the community https://stackoverflow.com/questions/1966300/height-100-is-not-working-in-html-when-using-doctype
The problem could be that.. in the message block, 100% height is not referencing the embedded file height but the page HTML attributes. Stackoverflow suggest i use something like
<style>
html, body { height: 100% }
</style>
Width 100% works perfectly fine.... but it's the height.
Can you help... what i need to do?
I researched and found out this from the community https://stackoverflow.com/questions/1966300/height-100-is-not-working-in-html-when-using-doctype
The problem could be that.. in the message block, 100% height is not referencing the embedded file height but the page HTML attributes. Stackoverflow suggest i use something like
<style>
html, body { height: 100% }
</style>
Width 100% works perfectly fine.... but it's the height.
Can you help... what i need to do?