kikibu
06-27-2011, 05:04 PM
Hello all. I hope you can help me with the following problem with the mobile version of http://thekind.tk, my band's website.
(direct link for desktops) (http://members.home.nl/boereboonekamp/test2/mobile.html)
As you can probably see, the website isn't that big but on my ipod 4G it appears zoomed out. Of course the first thing I tried was putting this line between my <head>:
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
But somehow this doesn't do anything for me. Even if I play with the parameters such as putting the scale at 2 or 3, the whole meta thing doesn't seem to affect my site's viewport at all.
Any ideas on how to solve this?
(direct link for desktops) (http://members.home.nl/boereboonekamp/test2/mobile.html)
As you can probably see, the website isn't that big but on my ipod 4G it appears zoomed out. Of course the first thing I tried was putting this line between my <head>:
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
But somehow this doesn't do anything for me. Even if I play with the parameters such as putting the scale at 2 or 3, the whole meta thing doesn't seem to affect my site's viewport at all.
Any ideas on how to solve this?