Hi @dumel
That is the default behavior/layout of FooBox because of the reduced height when you rotate the mobile device horizontally.
Thanks.
Kind regards,
Elvis.
Thread Starter
Dumel
(@dumel)
It doesn’t make sense that it would cope with less available height by adding more borders and space (which takes up MORE space) instead of just making full use of the height like it does when you do this in Chrome: https://www.loom.com/share/27bb119cdea64f4db324eb34b7e48f8a. Why would it do this in Chrome but not on the actual phone?
Hi @dumel, the default behavior on the phone should be the same as shown in your Chrome video. If it is not could you please let me know what device you’re testing on so I can replicate and see what’s going on?
Thread Starter
Dumel
(@dumel)
I’m using Chrome on a Galaxy A71
Hi @dumel,
The issue here is basically the resolution of the phone is so large the JS & CSS detects it as being a desktop. On that device the resolution is 1080×2400. Unfortunately the free version does not have any way to alter the settings necessary to correct the issue.
I’ll make the changes but they will only become available with the next free release of the plugin.
Thanks
Thread Starter
Dumel
(@dumel)
@steveush That makes sense, thank you.