We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,
would you pls give a doc for how to Dynamic open a url pdf link by javascript code
thanks
The text was updated successfully, but these errors were encountered:
The output for the pdf viewer shortcode looks like this:
<style type="text/css"> #zpdf-1 { position: relative; padding-bottom: 56.25%; padding-top: 32px; /* height of the toolbar */ height: 0; } #zpdf-1 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } </style> <div id="zpdf-1"> <iframe class="noscrolling zpdf-iframe" width="100%" height="100%" scrolling="no" frameborder="0" name="pdfv" src="{{{PDF_URL}}}"></iframe> </div>
So you can use javascript to output the same/similar markup and the pdf viewer will work as expected.
Sorry, something went wrong.
No branches or pull requests
hi,
would you pls give a doc for how to Dynamic open a url pdf link by javascript code
thanks
The text was updated successfully, but these errors were encountered: