The Transform
Component â
The Transform
component allows you to scale the size of the elements on your slides:
md
<Transform :scale="0.5">
<YourElements />
</Transform>
This is useful when you want to adjust the size of some elements on your slides without affecting the layout of the entire slide.
To scale all the slides in your presentation, you can set the slide canvas size:
⨠Slide Canvas Size
To scale several slides in your presentation, you can use the zoom
option:
⨠Zoom Slides