Hello,
New to these forums so sorry if this has been asked before! (Been following the site for a while though)
Currently testing out these media queries to adjust a page depending on screen size. Not had any problems when it comes to browser size but on my iPhone (4s) – the page displays the correct style, but seems very zoomed out and i’m not sure how to change this.
Here’s a link to the site in question: http://www.maxhenchman.co.uk/resize_test/
And here’s the code im using to target the phone:
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
I’ve been looking through the css files on here because it displays properly but can’t find the answer! Any help is much appreciated :)
Cheers,
Max