slidev
slidev copied to clipboard
`npx slidev export` fails to render png images in pdf
See:
git clone [email protected]:inoas/gleam-elixir-phoenix-liveview-counter.git presentation
&& cd presentation/docs/slides/slidev
&& npx slidev export --dark
This includes both: pngs added via markdown or html tag.
I don't really know why but the layout does not really like the height expressed in percentage on the slide containing the image.
Change it to a fixed value (here height: 412px; should be good) and the problem should be solved.
It's not problematic to fix the value in px because the slide is scaled when the size of the window changed.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.