11-14-2024, 11:55 AM
The Browser doesn't see the physical screen resolution it only sees whats called a viewport.
Run the command below to show the viewport size after menu > refresh.
Run the command below to show the viewport size after menu > refresh.
Code:
# Show viewport size
moodeutl -q "update cfg_system set value='viewport' where param='pkgid_suffix'"
# Hide viewport size
moodeutl -q "update cfg_system set value='' where param='pkgid_suffix'"