Closed hanqing0521 closed 2 years ago
PDF within <iframe>
is rasterized based on the original slide page size (1280x720), and the browser shows the enlarged slide to fit to the screen.
If you were using a screen larger than actual page size, PDF may be obscure due to insufficient renderd pixels.
--force-device-scale-factor=2
command line option.Marp has a correct behavior about making slide in reality, so we would not take any action for this.
Thanks, and is there any better method for embedding pdfs?
I want to embed a pdf in my representation. The iframe of html tag was used
Not only the
marp-vscode
but also themarp-cli
generates the html with fuzzy embedded pdfwhen disable marp and exporting html by
Markdown PDF
in VSCode , it works well. May some one give me some support. Thanks