Convert pixels to percent quickly?

Is there a function or way to convert all the elements in a template from pixels to percentages?

No. It is possible to parse the session file and alter it programmatically, but you’d need to write the script yourself to acheive the desired conversion.

1 Like

Ahh, no problem.

I did take an AHK script using Regex to alter the *.json file. Still working out some kinks but basically worked nonetheless.

Thanks Jean! :smiley: