I'm currently using this code to embed my PDF file on an HTML page:
<embed src="http://www.mywebsite.com/file.pdf" width="95%" type="application/pdf">
Is there a way that I can make the height be 80% of whatever the users current screen size is? That way they can always view the entire PDF within the size of their screen?