Skip to main content
Question

[Solved] Need help on how to do bulk insert

  • July 3, 2024
  • 1 reply
  • 145 views

Niclas_Lundberg

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?

This topic has been closed for replies.

1 reply

Niclas_Lundberg

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