TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What do websites look like on super ultra wide screens?

11 点作者 dustinmoris大约 3 年前
I am curious what a regular website looks like on ultra wide screens.<p>Do they just stretch all the way or at which max width do websites stop? Are most websites centred or left aligned when cropped?<p>Most important question I have, if you are an ultra wide screen owner, what website behaviour do you prefer most?<p>If owners of ultra wide screens could post some screenshots of some websites that would be awesome. I&#x27;m interested to see what Twitter looks like, StackOverflow, the BBC website, Reddit and even HackerNews.

11 条评论

nmstoker大约 3 年前
If you&#x27;re curious, it&#x27;s feasible to test various sites using headless Chrome.<p>See here for general details: <a href="https:&#x2F;&#x2F;developers.google.com&#x2F;web&#x2F;updates&#x2F;2017&#x2F;04&#x2F;headless-chrome" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;web&#x2F;updates&#x2F;2017&#x2F;04&#x2F;headless-c...</a><p>I&#x27;m away from my computer, so cannot readily test it, but I believe you should be able to do this with commands of this form:<p>chrome --headless --disable-gpu --screenshot --window-size=3440,1440 <a href="https:&#x2F;&#x2F;www.bbc.co.uk&#x2F;news" rel="nofollow">https:&#x2F;&#x2F;www.bbc.co.uk&#x2F;news</a>
pwg大约 3 年前
This will be website style sheet dependent.<p>If the website&#x27;s style sheets impose a maximum width, the width will be constrained. If not, they will likely flow to the edges.<p>But, do note that it is possible to run your browser with a window width less than the width of the monitor (i.e. not maximized) if &quot;flow to the edges&quot; is also too wide.<p>My browser windows are all about 55% of the width of my 16:10 monitor, and I seldom ever maximize the browser window. And when I do maximize it, most often for map websites, when I&#x27;m done I return the window to its normal about 55% width.
tesseract大约 3 年前
Even on typical 16:9 screens it&#x27;s rare that I would maximize a browser window. And on my ultrawide, usually I&#x27;ll have browser windows at 30%-50% of the screen width. So websites look normal - I&#x27;m not looking for any special &quot;ultrawide&quot; behavior from the site. For me the ultrawide replaced a multi-monitor setup so I am generally looking to use the extra space for multitasking, not simply for making everything huge.
seanwilson大约 3 年前
Use this in Chrome to easily preview: <a href="https:&#x2F;&#x2F;developer.chrome.com&#x2F;docs&#x2F;devtools&#x2F;device-mode&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developer.chrome.com&#x2F;docs&#x2F;devtools&#x2F;device-mode&#x2F;</a><p>It&#x27;s what web developers generally use. I&#x27;d guess most sites stop their main content expanding beyond a standard desktop width and center the content. I&#x27;ve never worked with a web designer or client who has specified what should happen on very large screen widths, it&#x27;s just not on their radar.
eimrine大约 3 年前
I am ultrawide monitor owner but use it in vertical mode almost always.<p>&gt;Do they just stretch all the way or at which max width do websites stop? Are most websites centred or left aligned when cropped? They have tiny amount of content centered and huge spaces of nothing on right and left. Some Russian websites has a fashion called &quot;rubber layout&quot; so sometimes text might be streched across the width which makes the content very unreadable. BTW using browser on horisontal ultrawide fullscreen is kind of wrong, IMO better to place several different windows across the width. So, if using several different windows, rubber is better, but if using browser in fullscreen - tiny amount of centered content might be better.<p>&gt; If owners of ultra wide screens could post some screenshots of some websites that would be awesome. I&#x27;m interested to see what Twitter looks like, StackOverflow, the BBC website, Reddit and even HackerNews. Ping me after several days if nobody will answer. I can switch to horisontal, but it takes a little of time to do that screenshots and to reswitch.
评论 #30408712 未加载
eyelidlessness大约 3 年前
Most sites set a max width and generally center the content. Some sites also have certain “full bleed” elements which stretch outside the main container but typically similarly have a max width for the contents of those elements.<p>My site does all of this, except it leans slightly off-center to the left on viewports larger than ~a phone. Tested on my 4k@1x display, though I very rarely extend a browser window beyond the width of my laptop screen. Edit to add: less common but my site also scales the text size up on larger viewports to target a ~60 character column width. I know the readability benefits are debatable but I personally prefer shorter line widths and know a lot of other people do too.<p>Some very creative sites make use of greater horizontal space by eg switching to a more horizontally flowing layout (and I’ve considered this for my site), but I think it’s rare because it’s such an unusual setup that it’s only worth the effort for very specific things.
justinlloyd大约 3 年前
I have a 49&quot; ultrawide. Most websites simply center themselves in the window. Occasionally they will position on the left. And very occasionally, but most annoying of all, they will try to take the entire width of the monitor, or adjust their font and image sizing to fit the width, but not consider the height. Some websites will put UI controls on left and right, and content center, which sucks when you need to move the mouse four feet to click on something.<p>For the most part I specifically size the browser window to how I want it to be. On Windows there are programs that let me hotkey size and position of windows, which makes it easy to tile three browser windows across the desktop. Unfortunately nothing quite like that exists for macOS or Linux at this time that both understands the hotkey, how to apply it to a window, and will consistently apply the change on the 49&quot; monitor but not on the laptop screen.
评论 #30409680 未加载
评论 #30411573 未加载
dntrkv大约 3 年前
Zoom out a bunch of times and then size your window to the ratio you want. If you open the developer console in chrome it will show the resolution of your window.
评论 #30407598 未加载
livinglist大约 3 年前
I usually have my browser taking up half of screen when I’m using a ultra wide screen
aunwick大约 3 年前
Awful.. Like a page from a magazine lying on the sidewalk.
csee大约 3 年前
They usually do not stretch. So lots of white space on both sides.