Skip to main content

Hi!

I’ve a bunch of designs in 1920x1080 for a TV app. I would like to scale them down to 1280x720.


I tried with the ‘Scale’ tool manually, it does work but the text styles and blocs sizes are not whole numbers anymore, which is an issue for devs. Is there any other ways to do it with rounding all the values? (Plugins welcome).


Thanks for your help!

You can round all values after scaling using plugins such as Pixel Perfect.


Thank you @Gleb, Pixel Perfect seems to work for rectangles and images but font sizes are still ‘16.04 / 22,76 / …’. Is it only working on non-text object?


You can find lots of other rounding plugins by searching Figma Community. I think Round All plugin might work too.


To scale down a 1080p (1920x1080) resolution to 720p (1280x720), you simply reduce the width and height by approximately 33%.


The new dimensions will be:



  • Width: 1920 → 1280

  • Height: 1080 → 720


This reduces the overall resolution while maintaining the aspect ratio.


Reply