How can i make my website mobile friendly, it looks awkward when i load it on my phone and some images are not even loading | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How can i make my website mobile friendly, it looks awkward when i load it on my phone and some images are not even loading

mobile browsing

15th Mar 2017, 7:46 PM
Idoko Kelvin
Idoko Kelvin - avatar
5 Answers
+ 36
Try to use Bootstrap framework. If you don't know what it is and how to use it, check out w3schools.com for bootstrap tutorial.
15th Mar 2017, 7:50 PM
Igor Makarsky
Igor Makarsky - avatar
+ 5
This happens to me a lot as well. Best way to get around this is to press F12. You will see inspect elements to open up. Click on the top left of inspect element the little tablet and phone(it will turn blue). With this you will be able to adjust the size of the screen to see what happens based on the users device. This will help you adjust and fix your code accordingly. Some images are tricky to work with sometimes. Depending on the users device and drowser, the image will not show up. I too have this problem from time to time.
15th Mar 2017, 9:59 PM
Aquarius
Aquarius - avatar
+ 3
use bootstrap in combination with @media query's
15th Mar 2017, 10:36 PM
Max_N
Max_N - avatar
+ 3
You can also use this framework: http://materializecss.com/
20th Mar 2017, 4:15 PM
Ltzu
Ltzu - avatar
0
yes you can go for bootstrap but the problem i am facing with bootstrap 3 is some point it is not look like same in mobile phone .
20th Mar 2017, 6:56 PM
Ravi Ranjan
Ravi Ranjan - avatar