Question
Maximum possible size for the HTML Panel dimensions
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?
