Looking for Package or built-in function to get Screen Size in PHP

Hey I've been looking around to find a package or similar to get the screen size . I want to actually hide several components in a form based on screen size. If anybody knows anything any package or function for that, I'd be very thankful. Otherwise you'll see me release one myself. Thanks in Advance!
Solution:
You should add some CSS instead. Otherwise you need to send the data to the server first and rerender based on it.
Jump to solution
1 Reply
Solution
Dennis Koch
Dennis Koch2mo ago
You should add some CSS instead. Otherwise you need to send the data to the server first and rerender based on it.

Did you find this page helpful?