Hey everyone!
Is there a way to adjust the 3D model scale on different breakpoints?
Because if I change the value on mobile breakpoint, it’s also changing on every breakpoint.
Thank you in advance!
Hey!
Currently, it's not possible to set different scales for the 3D model across breakpoints because the scale is passed via JavaScript rather than being controlled with CSS. This means that any value you set will apply globally, regardless of the active breakpoint.
Let us know if that answers your question! 😊