Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

aaron black
aaron black
3,469 Points

Is there a site i can test my code in simulated different mobile/ tablet devices?

Tried chrime dev tools but when site was published but in mobile it looked nothing like in the dev tool

3 Answers

alexstephens0
alexstephens0
14,638 Points

Hello, @Aaron black when you published your website did you add the viewport meta tag for mobiles and tablets? also, there are plugins available in the google chrome web store that you can use to simulate different screen sizes from your browser window.

aaron black
aaron black
3,469 Points

i did add those meta tags in. I used the mobile browser emulator plugin as well. It still does not display the same, almost like when my site is live it is not reading the media query for landscape mode at all

aaron black
aaron black
3,469 Points

these are the tags I am using: <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1">

aaron black
aaron black
3,469 Points

got it all to work, thanks for the reply