tjsix Offline Upload & Sell: Off
|
p.1 #6 · Website Q: Mobile device compatibility | |
Ghost wrote:
ryanp wrote:
I work as a software developer and have worked on web sites and I am currently working on mobile web sites/apps. My recommendation is to look at "responsive web design". This a design methodology using primarily CSS stylesheets that will allow the site to respond to different browsers, whether it is a mobile phone, tablet or desktop. With more tablets coming out and phones coming in different sizes, the responsive web design allows you to adapt your site easier as technology changes. Having a separate m.website.com means you have to maintain multiple sites.
Here is a link to a good web site about responsive design: http://responsivedesign.ca/
There are different templates available for responsive design.
Thanks!
Ryan
Hi Ryan, the new site that I am rebuilding is based on a responsive WP template. While it does respond to various resolution and devices, somehow it is unable to scale to small phones. Maybe it's my images? Shouldn't it resize the images too?
Looking at the source code, it's not your images that aren't scaling, it's that whoever coded the site left out quite a few rules that would scale images in various locations throughout the theme. That and they use javascript to arrange/size certain elements, and don't have anything in the code to resize/account for different screen sizes unfortunately.
|