Chenna Vinay Kumar
Chenna Vinay Kumar

Reputation: 1

How to autofix resolution of website on mobiles of different browsers?

I have created a website for my college.In that there are some resolution issues If I open in a web browser I can view it properly, But when I open it in a mobile phone the total website is not looking good can anyone help me out ? I'm providing the link below :

http://mvsrec.edu.in/ieee/

Upvotes: 0

Views: 112

Answers (2)

Davide Pastore
Davide Pastore

Reputation: 8738

There are different front-end frameworks that could help you with responsiveness (partial list):

For a comparison, check this.

Upvotes: 1

Vijay
Vijay

Reputation: 418

For compatibility with mobiles and responsiveness of the WebSite.

You can use the following
  1. Twitter Bootsrap : Which will give the responsiveness to website and you can use media queries to chnage display for the different resolutions.Bootstrap grid flow to display the HTML
  2. HTML 5 features which can easily embedded with bootstrap

Upvotes: 1

Related Questions