Skip to main content
olivu1568674
Known Participant
May 21, 2019
Question

Maximum possible size for the HTML Panel dimensions

  • May 21, 2019
  • 2 replies
  • 1587 views

We needed to facilitate the user to resize the extension panel to maximum possible size in Photoshop CC 2019.

So we have to specify the maximum possible size for MaxSize in manifest.xml file

<MaxSize>

         <Height>"max_possible_value"</Height>

         <Width>"max_possible_value"</Width>

</MaxSize>

Could I know the maximum possible values for the MaxSize?

This topic has been closed for replies.

2 replies

Inspiring
May 27, 2019

What if you will use by default maximum size of the screen in your manifest file.

This will help in your all small screen.

olivu1568674
Known Participant
May 29, 2019

Default maximum size of the panel is not supported on Adobe Photoshop CC 2019 as it is a bug in the latest Photoshop versions.

Inspiring
May 21, 2019

Hello,

There is no specification for Adobe that tells you that maximum value. I have given 2000x2000 and it works but it depends on your computer screen. It will increase the maximum to the size of your screen as there is no space to increase it manually.

So you can use max_possible_value as per your requirement depending upon the UI components on the panel.

Regards

Charu

olivu1568674
Known Participant
May 22, 2019

Thank you charur94718007 for the information.

I want to support the panel resizing universally any screen.

Is there any way to do so?

If we remove maxSize tags from the manifest.xml file, we can resize the panel freely to any dimension in Adobe Photoshop 2014 CC, 2015.5 CC and 2017 CC. But we cannot do it in 2019 CC as there is a bug in the version so that we have to define a maxSize in manifest.xml.

It would be better if we can find max dimensions supports for the panel as we need to support the panel resizing on any screen.

vasxo
Inspiring
May 23, 2019

olivu1568674  wrote

It would be better if we can find max dimensions supports for the panel as we need to support the panel resizing on any screen.

how about defining max dimensions according to the user's screen resolution?