Reputation: 23
I want to embed a PDF file in a web page with a predefined page fit property. Problem is: When the resulting zoom value is != 100% all web pages of the same site visited afterwards will be zoomed to the zoom value of the previously displayed PDF file, at least in Vivaldi; Chromium and Firefox seem to act as expected. Is there a way to make Vivaldi change the zoom level only for the PDF and not for all following pages? The code I used is this:
<object data='mydocument.pdf#view=FitV&zoom=page-height' type='application/pdf' width='880' height='1000'></object>
Using the <embed>
or <iframe>
elements instead doesn't make a difference.
Upvotes: 1
Views: 158