So I am embedding a project via iframe, and locking it at its 16:9 ratio, but taking up 100% width/height.
However, I’d like a breakpoint at about 480 so if it’s on a phone, I can prompt the user to rotate their phone and block the starting of the scene. I can’t seem to be able to dictate the upper size of the breakpoint, only the lower breakpoint, and multiple layouts.
I don’t want stepped breakpoint layouts. I want one layout for a custom max-width, and my main layout every other time.
So in any scene, the breakpoint refers to the lower side, so to change the breakpoint on the top end, you have to go to the next scene size up, and change the breakpoint there.
It makes sense, but the UI in Hype doesn’t really inform it all that much. Much like it sort of infers that the only scene sizes are the iPhone, iPad, Desktop screens. When really, it can be anything.
In Hyde you can choose the layout width (any) but also a different value for the breakpoint in the same layout. This is not easy to understand but is very useful