Skip to main content
June 8, 2023
Question

Question about manipulate Video in Figma API

  • June 8, 2023
  • 2 replies
  • 398 views

Hi there,
I’m working on a project that wants to process the prototype with video. For this it could be better to be able to uncheck the Autoplay and Loop by API or disable this by default. Anyone has ideas about how to do it? Or is this still be an unreleased feature of Figma API?
Thanks in advance

This topic has been closed for replies.

2 replies

tank666
June 8, 2023
node.playbackSettings = {
    autoplay: false,
    loop: false,
    muted: false
}
UX/UI designer. Figma expert. Creator and developer of plugins and widgets for Figma and FigJam. Check out my resources in Figma Community: figma.com/@tank
zeyu_yangAuthor
June 8, 2023

You saved my life.
You saved my life.