Skip to main content

I have hundreds and hundreds of small images (600x900) on the canvas.

I need to place all of these into individual frames, where the parent fram should be 600x900 and have a reasonable padding that I can add a color to on all frames.

In the end I want all pictures centered and in a “fill” setting across all frames.

Is there any tool or plugin or trick I can use achieve this without spending hours doing it manually?

I solved it by using a plugin to first add a frame to all images individually

Then I had all images be set to “fit”

Then I added auto-layout to all frames

Then I added a black background to the parent frame and had around 48px padding on all edges

Problem solved