The community member has found a YouTube tutorial on creating custom shapes using the border-radius property, where they can use values like 34% / 73%. However, when they try this in their Webstudio, it doesn't work as expected. The community members discuss a solution, where they discover that the full border-radius value needs to be used, such as border-radius: 44% 56% 70% 30% / 56% 48% 52% 44%. They also mention that this is a shorthand property that expands to the individual values. The community members suggest creating a short video to showcase this feature, as they were unaware of its existence.
I've found this YT tutorial about making custom shapes with border-radius where they can do this 34% / 73% thing. Obviously when I do that in Webstudio, it divides.
Is there any trick to create a similar effect here?