Exporting The Background Image From a Frame

I’ve been putting together a file where I have a background image applied to an auto-layout frame with content on top of it. After handing it off or devs, I realized the images they needed couldn’t be exported without the content on top of it. Is there any way to just export the fill of a frame without any of the content?

2 Likes
  1. Select the element (in this case your frame);
  2. Go to the Inspect tab;
  3. In the Code section switch to the Table view;
  4. Click on the image.png link.
10 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.