You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of just using the width (which is bad because it's easy to confuse a landscape phone and a portrait tablet, do something like:
constbreakpoints={// either width between 0-500 px and height between 0-800 px, or the oppositemobile: [[0,500,'px'],[0,800,'px']],// previous behaviortablet: [800,1200,'px']};
The text was updated successfully, but these errors were encountered:
instead of just using the width (which is bad because it's easy to confuse a landscape phone and a portrait tablet, do something like:
The text was updated successfully, but these errors were encountered: