惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
腾讯CDC
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
S
SegmentFault 最新的问题
J
Java Code Geeks
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Martin Fowler
Martin Fowler
美团技术团队
雷峰网
雷峰网
阮一峰的网络日志
阮一峰的网络日志
Jina AI
Jina AI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Recent Announcements
Recent Announcements
Vercel News
Vercel News
V
Visual Studio Blog
博客园 - 叶小钗
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
WordPress大学
WordPress大学

jb's posts

One year on Nekoweb AI is overpowered now and it's really worrying Redirecting... Does having webrings slow down your site? Things the Indie Web should consider [UPDATE: PATCHED] XSS on Status Cafe: What you need to know jbsite4 is overcomplicated and I love it [RANT] Browser inconsistencies, yes it still exists. jb's 17th birthday jbsite4, preparing for takeoff. Nekoweb 1-month Review AIAIAIAIAIAIAIAIAIAI Burnout Making this website Making a website doesn't need to cost you money (RANT) I despise annoying scripts The Great Nekoweb Elections My love/hate relationship on Bluetooth JB's site, now hosted on Nekoweb! My First Blog Y2DL Devlog - May 2024
Web responsiveness: why you should follow it on your site
2025-05-20 · via jb's posts

#indie-web #responsive-web

So, I’ve seen so many indie sites that is saying “not mobile responsive” or “don’t be a phone chump” or “better viewed on this resolution” or “that resolution” and it still bothers me that why does most indie sites nowadays, does not consider supporting mobile???

Based on StatCounter, mobile users contributes to 62.38% on browsing the Internet, and seeing these sites that does not work well on mobile, makes most of the people on that population to just turn back and close your site. Look, it’s much better if everyone can see your site, right???

But why though?

There are multiple reasons why a webmaster cannot make their website to be accessible:

  • They don’t know how to make their site responsive,
  • The assets or layout would massively break on their site,
  • The site has too much HTML4 or older code that would not translate well on site responsiveness (like tabled layouts)

There’s so much more but some of these are reasonable, but I don’t think some other reasons are reasonable because they just don’t like to make their site responsive.

People with small screens too

It’s also not just mobile users, people with small screens also gets affected on this, like if you test your site in full screen 1080p and design your site only on that resolution, chances are some things on your site break on screens smaller or larger than 1080p, which is not great.

Most people (like me) browse the internet mostly on windowed browsers, this breaks your site if people have their window size different to what you have coded.

Accessibility, too

This also affects people who needs accessibility features, like zooming. Your site breaking due to it requiring a specific viewport makes it so people that needs zooming can’t view your site properly. Same goes for sites that disables zooming entirely.

How do I make my site responsive?

Use things like media queries and flexboxes to make your layout responsive. Depending on your current site’s layout, it can vary from easily done to impossible to be done without a major overhaul, which is fine because it’s not too late to implement responsiveness on your site! You can also do a separate page for mobile users, which is also fine but if you aren’t using an SSG, it can be difficult to sync data around.

Also, consider trying your site in different sizes, like resizing your browser window, use your browser’s mobile viewport emulator , or just visiting your site on your phone!

Resources

Here’s some resources you want to see when you’re making your site responsive: