Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How do I resize multiple layers to a specific width and height at once?"

New Here ,
Jul 13, 2025 Jul 13, 2025

Good day, I am new to Photoshop. I am on PC, I am using 26.8.0 version of the program. 

Let's say I have 10 layers in a document: 1 background and 9 rectangles, each with a different width and height.

I want to set a specific width and height for the 9 rectangles at once. For example, I want all rectangles to be 200 x 200 px.

I have tried selecting all of them and using Free Transform, or setting the desired width and height in the Properties panel while they are all selected, but it resizes them incorrectly (the chain is turned off)."

Is there a way to do this? Before posting here, I ran a ChatGPT inquiry, but it gave me the wrong answer.

janee_0-1752415321389.jpeg

 

 

TOPICS
Windows
370
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jul 13, 2025 Jul 13, 2025

@anon_8737 

 

I haven't tested, however, I think that you're going to need a script.

 

Are these pixel layers or vector? Can you post a screenshot of the layers panel?

 

Edit: try the script from  c.pfaffenbichler:

https://community.adobe.com/t5/photoshop-ecosystem-discussions/resize-selected-layers/m-p/12723890

 

Or this one from Paul Riggott:

raw.githubusercontent.com/Paul-Riggott/PS-Scripts/refs/heads/master/Resize Selected Layers.jsx

Translate
Adobe
Community Expert ,
Jul 13, 2025 Jul 13, 2025

Have you tried Image > Image size and selecting pixels from the drop-down menu for the width and height?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 13, 2025 Jul 13, 2025

@anon_8737 

 

I haven't tested, however, I think that you're going to need a script.

 

Are these pixel layers or vector? Can you post a screenshot of the layers panel?

 

Edit: try the script from  c.pfaffenbichler:

https://community.adobe.com/t5/photoshop-ecosystem-discussions/resize-selected-layers/m-p/12723890

 

Or this one from Paul Riggott:

raw.githubusercontent.com/Paul-Riggott/PS-Scripts/refs/heads/master/Resize Selected Layers.jsx

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 14, 2025 Jul 14, 2025

I believe you should loop through the layers, meaning you need to select each individual layer and resize them one at a time, rather than all at once. Therefore, a ready-made script as already pointed by @Stephen Marsh  would be your best friend.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 14, 2025 Jul 14, 2025
LATEST

I had a quick play and I think that something specificity written for vector layers might be best.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines