We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e22e2 commit 91c93bbCopy full SHA for 91c93bb
1 file changed
_includes/pdf-preview.html
@@ -1,6 +1,6 @@
1
{% if include.pdf %}
2
<object
3
- data="{{ include.pdf | relative_url | uri_escape }}#page=1&view=FitH"
+ data="{{ include.pdf | relative_url | uri_escape }}#page=1&view=FitH&toolbar=0&navpanes=0&scrollbar=0"
4
type="application/pdf"
5
aria-label="{{ include.title | default: 'PDF preview' | regex_strip }}"
6
>
0 commit comments