Skip to main content
Mitul
New Member
February 4, 2026

figma.ui.resize also repositions the plugin ui.

  • February 4, 2026
  • 4 replies
  • 109 views

Hello Everyone,

We are the developers of the AVIF Exporter Figma Plugin.
We have just noticed that recently, when someone tries to expand/minimize the “Size or Quality” bar, the plugin repositions itself to some other position automatically.

We do figma.ui.resize behind the scene to support that feature, we are calling only that function, but it also seem to be repositioning the plugin.

This didn’t happen before. We have also observed the similar behaviour with other plugin automator .
We think there some bug with figma plugin API or figma itself.
 

Before the `resize( )` call

 

After the `resize( )` call

 

This topic has been closed for replies.
Pinned Reply By Mitul

Hey ​@ksn,

Thanks for replying.
We just tested the function again, it seems to be working as expected (fixed).

 

4 replies

Daniel Cohen
New Member
February 6, 2026

+1 same started happening to us in Cloudinary plugin 

ksn
Figmate
Community Support
February 11, 2026

Hey all - sorry it has taken a moment to reach out. I checked in with the team that work on extensibility (AKA plugins/widgets), and there was a regression that happened around the time you all reported this. It should now be fixed -- can anyone confirm if you’re still running into issues with this?

If so, please let me know and I’ll bring that information back over internally.

Mitul
MitulAuthor
New Member
February 12, 2026

Hey ​@ksn,

Thanks for replying.
We just tested the function again, it seems to be working as expected (fixed).

 

ksn
Figmate
Community Support
February 12, 2026

Thanks for confirming ​@Mitul