Detecting Laptop as mobile
-
Hi there,
I’m using the following code:$detect = new TinyWP_Mobile_Detect; if ($detect->isMobile()) { $image = IMAGE FOR MOBILE } else { # imagen de 1070px por lo que sea $image = IMAGE FOR DESKTOP }
I’m still on vacation working in my laptop and my laptop is detected as mobile?
It’s a Macbook Pro. Could it be? It’s really weird!
Let me know!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Detecting Laptop as mobile’ is closed to new replies.