Hello everyone,
Wondering if you all have any suggestions about making an embedded PDF fit fully in a post.
I'm using the most recent v. of the "Weaver" theme, and the most recent WP. I'm working on a site for someone and am trying to get a newsletter PDF embedded into a post.
I can embed it using this code in the html editor:
<embed src="http://mysite.com/document.pdf" width="700" height="575">
The width and height I've chosen seem optimal for making most of the PDF show up in the post - but not all.
It still has to be scrolled side to side, and up and down (the side to side scrolling is the real problem).
Though, when hovering the mouse over the bottom right corner of the embedded PDF there is a series of icons to print, save, expand, etc. that come up, I'd like viewers of the site to be able to see the full width of the PDF (maybe the full length, too) without having to either scroll side to side or know to click the icon that expands the PDF so its width fits in the embedded window.
Is there any code I can add to the html I gave above to "force" the PDF to go edge-to-edge?
If it helps, here is the site.
Thanks kindly.