This data shows common screen sizes for mobile, tablet, and desktop devices used to create device-specific frames in Figma.
| Cell | Value |
|---|---|
| A1 | Device |
| B1 | Width (px) |
| C1 | Height (px) |
| A2 | Mobile |
| B2 | 375 |
| C2 | 667 |
| A3 | Tablet |
| B3 | 768 |
| C3 | 1024 |
| A4 | Desktop |
| B4 | 1440 |
| C4 | 900 |
Jump into concepts and practice - no test required
This data shows common screen sizes for mobile, tablet, and desktop devices used to create device-specific frames in Figma.
| Cell | Value |
|---|---|
| A1 | Device |
| B1 | Width (px) |
| C1 | Height (px) |
| A2 | Mobile |
| B2 | 375 |
| C2 | 667 |
| A3 | Tablet |
| B3 | 768 |
| C3 | 1024 |
| A4 | Desktop |
| B4 | 1440 |
| C4 | 900 |
IF(Device = "Mobile", "375x667", IF(Device = "Tablet", "768x1024", IF(Device = "Desktop", "1440x900", "Unknown")))A B C 1 Device Width Height 2 Mobile 375 667 3 Tablet 768 1024 4 Desktop 1440 900 Arrows: Device in A2:A4 feeds into the IF formula to select Width and Height from B2:C4.
A B C D 1 Device Width Height Frame Size 2 Mobile 375 667 375x667 3 Tablet 768 1024 768x1024 4 Desktop 1440 900 1440x900
What is the main purpose of using device-specific frames in Figma?
Which of the following is the correct way to add a mobile device frame in Figma?
1. Click Frame tool
2. Select Mobile preset
3. Draw frame on canvasGiven a desktop frame of width 1440px and a button constrained to the left and right edges, what happens if you resize the frame to 1200px width?
You created a tablet frame and placed an image inside it. The image is set to fixed size but you want it to resize proportionally when the frame changes size. What is the error and how to fix it?
You want to design a responsive dashboard that works on mobile, tablet, and desktop using device-specific frames. Which approach best ensures your design adapts smoothly across devices?