
January 8th, 2013, 07:57 PM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 3
Time spent in forums: 36 m 18 sec
Reputation Power: 0
|
|
|
Traffic to my sites from mobile users has exploded over the past year..well over 50%. I do think the niche your sites are in will make a difference, but mobile web surfing is the wave of the future. It is really easy to convert your site to render well for mobile phones by using the "viewport" meta tag. Here is a example:
<meta name="viewport" content="width=device-width, height=device-height">
This defaults the resolution to the size of the device screen. The user can then easily zoom in or out if they need to. Hope this helps!
|