Skip to main content
Participant
September 24, 2020
Answered

How increase photoshop contact sheet rows and columns?

  • September 24, 2020
  • 2 replies
  • 697 views
Is there any way to increase photoshop contact sheet rows and columns more than 100? if it can not, Is there any plugin or alternative software that can add more than 100 rows and columns?
This topic has been closed for replies.
Correct answer Tom Winkelmann

Have you tried to change the following line in the ContactSheetII.jsx?

 

ContactSheetUI.MAX_COLS_ROWS = 100;

2 replies

harryf82474163
Participant
April 19, 2021

I want to change the amount of rows of photos in a contact sheet, I have the columns set to 4 and want 5 rows of photos on the sheet.  The blank space top and bottom and inbetween the four rows of photos has more than enough room for a fifth row.  I am using Photoshop Elements 2021

Tom Winkelmann
Tom WinkelmannCorrect answer
Inspiring
September 24, 2020

Have you tried to change the following line in the ContactSheetII.jsx?

 

ContactSheetUI.MAX_COLS_ROWS = 100;

Nwan5F93Author
Participant
September 24, 2020

Thank you so much!.

I didn't know that earlier. I changed the parameters, and it worked well.