Closed shubhams closed 3 years ago
Hi @shubhams, thank you for using the plugin.
Currently, there is no way to specify the height of the iframe. This is something that will be added in a future version. I can't predict when will this be implemented. When it does, I'll comment and close this issue.
Custom size is supported in version 1.1.1 (from commit https://github.com/MihajloNesic/jekyll-pdf-embed/commit/841c961dfee123ad7c0f92c78045d52f9f3d68f1).
Example usage:
{% pdf "/files/pdf/sample.pdf" width=50% height=500px %}
Here's a page for all of the examples https://mihajlonesic.gitlab.io/jpe-examples/
The embedded PDF window is too short when using:
Is there a way I can specify the height of the embedded frame?