How can I check on the Internet if someone visits a page with a 3G connection (so there is no WiFi)? This is because I want to show the video when someone has a normal Internet connection speed on their phone (with WiFi). If at that time someone has a slow (non-WiFi) Internet connection, I want to show the photo instead. Thus, the user does not need to upload a 30-megabyte video file with his attempt to connect and eliminate the bandwidth limit of his provider. I prefer a client solution with jQuery / Javascript or a server with PHP, if possible.
source
share