Replies: 1 comment 1 reply
-
Same question here
---
<style>
.slidev-layout { zoom: 150%; }
</style>
Removing DB passwords.
--- But the scaling applied to the whole presentation 🤔
---
<style>
.slidev-page-2 { zoom: 150%; }
</style>
Removing DB passwords.
--- |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This seems like it should be simple. I feel like I'm missing something. Is there a simple way to scale content to fit on a slide? In other words, take all the content between two ''' instances (including images) and fit the content while applying sensible defaults to font sizes, and keeping images from getting clipped at the bottom of the slide.
Beta Was this translation helpful? Give feedback.
All reactions