If I have an element that needs to remain 100% of my viewports width but yet also retain its original aspect ratio before being resized - how would one go about achieving that?
Proposed solution:
If you lock layerA's width and height and you set a constraint saying layerA = 100% width of canvas it should resize but retain its aspect ratio.
Currently if you lock a layers dimensions it doesn't resize at all when you update layout.
Not sure if my proposed solution conflicts with anything but if it doesn't this would be a really rad addition.
Non the less thanks for making this plugin, its one of my favorites :)
Problem story:
If I have an element that needs to remain 100% of my viewports width but yet also retain its original aspect ratio before being resized - how would one go about achieving that?
Proposed solution:
If you lock layerA's width and height and you set a constraint saying layerA = 100% width of canvas it should resize but retain its aspect ratio.
Currently if you lock a layers dimensions it doesn't resize at all when you update layout.
Not sure if my proposed solution conflicts with anything but if it doesn't this would be a really rad addition.
Non the less thanks for making this plugin, its one of my favorites :)