Skip to main content

I have been tasked with designing a digital billboard image at work and I created the design in Figma. The company requested the design file in 400x1200 @144ppi. This is going to be a 14’x48’ digital billboard, so I need the image to be as crisp as possible… But I am at a loss as to how to export this properly.


I designed it on a 400x1200 frame and thought by just exporting as an SVG at 2x it would work. I was wrong. The image came out blurry and larger. I tried googling how to make this happen but got confused so I was hoping someone here could assist a newbie understand how to get this done? thank you

Hey @Nicole12, sorry for the trouble!


Figma only supports exports for SVGs at 1x. You can still scale an SVG by adjusting the values in the code, or by using width and height variables. For example: <img src="image.svg" width="50px" >.


To maintain image quality, you’ll have more success using a PNG format. More information about export formats and settings are available here:

Figma Learn - Help Center