It's not a massive deal but would like consistency across browsers and the document would be easier read if it fills the box. In Chrome, increasing the 'width' only increases the margin around the pdf and not itself as it does in Firefox. Any ideas appreciated.
.box {
height: 70%;
margin-left: 22%;
margin-top: 6%;
width: 57%;
}
<div class="box">
<object data="/name.pdf" type="application/pdf" width="100%" height="100%">
<p>It appears you don't have a PDF plugin for this browser.</p>
</object>
</div>
EDIT: I have added some parameters on the pdf such as ..name.pdf#zoom=100%" but still does not change up in Chrome. Anyone ? ?