I have a website that I want to display it in mobiles too and I have set the width but I don't know how I shoud fit the height with the mobile screen. Any idea?
There are a variety of "responsive" design frameworks that you could consider using for your website to help keep a consistant look and feel across any type of devices and platforms.
If you want to learn more about specific CSS methods of accomplishing responsive design or you want to dive in and use a fully-featured framework to handle it, I recommend checking out
"A Look At Responsive Design Frameworks".
shemein
Member
9 Points
36 Posts
How to fit my desktop asp page height fit with mobile phones?
Feb 08, 2013 05:03 PM|LINK
I have a website that I want to display it in mobiles too and I have set the width but I don't know how I shoud fit the height with the mobile screen. Any idea?
Sujeet Saste
Contributor
3008 Points
572 Posts
Re: How to fit my desktop asp page height fit with mobile phones?
Feb 08, 2013 05:18 PM|LINK
Use twitter bootstrap framework for designing user interface.
http://twitter.github.com/bootstrap/
It is very easy, use its responsive feature to fit your design in any kind og viewport.
http://twitter.github.com/bootstrap/scaffolding.html#responsive
It will change size of your controls and all according to your viewport...
Do FEAR (Face Everything And Rise)
Please mark as Answer if my post helps you..!
My Blog
Rion William...
All-Star
27158 Points
4504 Posts
Re: How to fit my desktop asp page height fit with mobile phones?
Feb 08, 2013 05:26 PM|LINK
There are a variety of "responsive" design frameworks that you could consider using for your website to help keep a consistant look and feel across any type of devices and platforms.
If you want to learn more about specific CSS methods of accomplishing responsive design or you want to dive in and use a fully-featured framework to handle it, I recommend checking out "A Look At Responsive Design Frameworks".
roopeshreddy
All-Star
20143 Points
3327 Posts
Re: How to fit my desktop asp page height fit with mobile phones?
Feb 08, 2013 06:49 PM|LINK
Hi,
Add the Viewport meta tag, to make your website Mobile compatible -
I blogged here - http://roopeshreddy.wordpress.com/2012/12/29/mobile-web-applications-with-asp-net-webforms/
Hope it helps u...
Roopesh Reddy C
Roopesh's Space