Skip to content

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:

Set the size for all your slides.

To scale several slides in your presentation, you can use the zoom option:

Zoom the content of a slide to a specific scale.

Released under the MIT License.