What are your favorite aspect ratios?  

97 members have voted

  1. 1. Which do you prefer on a mini tablet? iPad mini or Surface Mini

  2. 2. How about on a large tablet? iPad Air or Surface

  3. 3. How about on the desktop?



Recommended Posts

On the desktop I really prefer 16:10.

Same with smaller tablets, because that probably means a resolution of 1280x800 instead of 1366x768... and 768 pixels vertically are a not enough.

 

On a large tablet I prefer 16:9 because of movies. On a tablet 1920x1080 makes sense.

16:10 for all of them actually.

I prefer the extra vertical pixels on a tablet (any size) because I get extra room for video controls if I watch a 16:9 movie and don't overlay the image (much).

On the desktop it's for the same reason + the fact that I get extra breathing room with multiple monitors in vertical orientation when I code.

  • Like 3
Thief000, on 20 May 2014 - 09:20, said:

16:10 for all of them actually.

I prefer the extra vertical pixels on a tablet (any size) because I get extra room for video controls if I watch a 16:9 movie and don't overlay the image (much).

On the desktop it's for the same reason + the fact that I get extra breathing room with multiple monitors in vertical orientation when I code.

This!

I would love 16:9 on an iPad and in general everywhere else it works best overall. Working in a post-production environment, we prefer strictly 16:9 formats and 4:3 for older content from decades back up til SD material now if said source is captured like that. 16:10 induces upper and lower letterboxing as a result of less width compared to the former.

 

On the other hand, 16:10 makes sense for computing because you still get more width than a 4x3 monitor and don't sacrifice too much on vertical space. For Word documents and Excel sheets, I would love it! Ideally, however, 16:9 fills a much bigger gap worldwide and I can accept arguments from both sides but they have their own place.

 

My $0000.02.

16:9/16:10 on tablets always. Tablets to me are nothing more than media consumption devices. Without a proper keyboard or mouse, it's useless for any type of productivity. Kudos points if it has an active Wacom digitizer.

 

16:10 on desktops. I need that extra bit of vertical space! If I could, I'd do three 1920x1200 displays: middle one landscape, and the sides in portrait. All of them lining up perfectly in height, because I'm picky about stuff like that. :p

 

I recently got an iPad Air, and I intend to use it purely for media consumption. 4:3 SUCKS on this tablet. 

Native aspect ratio (no matter what it is) so no distortion or cropping. 

If I get to choose (say video game settings) Widescreen 16:9 (since my primary monitor is 16:9). 

I don't want to hold a tablet that's too wide, so for me, 4:3 for tablets and 16:9 or 16:10 for the Desktop.

Hmm  that would be determined by screen size and bezels. Take for instance the following two tablets dimensions:

 

Galaxy 10.1 Pro 2014 - 243.1 mm x 171.4 mm x 7.3 mm

iPad Air - 240 mm x 169.5 mm x 7.5 mm

 

The Galaxy 10.1 is 3 mm longer when you hold it in landscape mode, which can be accounted in the larger screen (10.1" vs 9.7" + bezels). Better off getting a smaller tablet if you don't like holding a tablet too wide. 

I don't mind black bars on the side when watching 4:3 content, so why should I mind top/bottom black bars when watching 16:9 content? Not to mention you still get black bars in most widescreen movies because they're wider than 16:9.

 

16:10 it is for me.

  • Like 2

I use my tablets mostly for reading in portrait mode. I prefer 4:3. It makes a huge difference as the screen gets smaller and I find that I much prefer reading on my iPad Mini (4:3) than on my Nexus 7 (16:10, too cramped).

 

My ideal large screen computer monitor would also be 4:3. At sufficiently large size - I'm talking large enough that the screen spans from near desk level to above eye level, it would be hard to see content on the sides of the monitor. Imagine sitting in front of a 50" 16:10 monitor. You can't comfortably see content at the edges. Therefore, unless we go for a panoramic curved screen, we'll have to go multiple 4:3 monitors in order to comfortably see everything. Unfortunately no one makes large 4:3 computer monitors.

16:9/16:10 on tablets always. Tablets to me are nothing more than media consumption devices. Without a proper keyboard or mouse, it's useless for any type of productivity. Kudos points if it has an active Wacom digitizer.

 

16:10 on desktops. I need that extra bit of vertical space! If I could, I'd do three 1920x1200 displays: middle one landscape, and the sides in portrait. All of them lining up perfectly in height, because I'm picky about stuff like that. :p

 

I recently got an iPad Air, and I intend to use it purely for media consumption. 4:3 SUCKS on this tablet. 

I haven't heard of a tablet that does not support keyboards or pointing devices - and yes, that includes the current-generation iPads, despite that they are third-party.  I get the pickiness - however, the point you are trying to make is largely irrelevant.

 

I prefer 16:9 because that is what I am used to (on all my screens) - the only non-16:9/16:10 screens I see in even occasional use are on CRT TVs, of which none are in current use.  (All the TVs in current use in the house are 16:9 - with screen sizes ranging from 32" to 55"; my PC screen is 23", while Mom's is 24", and Mom's Android tablet is 7" - and it is also 16:10.)

 

The biggest problem with the iPads is that their A/R is different from the iPhone - and that is the platform most developers aim at; modal absolutism (on the part of developers) rears its head!  (It's not just an iOS problem - it's a problem on Android, too.)

16:10 is much better for productivity - I'm so starved for vertical space on 16:9 monitors, it's crazy. 1080 pixels just isn't that much. At least I always put the taskbar on the left side so at least I can use 100% of it, which isn't much. Too bad the industry pretty much standardized on 16:9, I understand that it's a better compromise for most content consumption, but I'd like to see more 16:10 monitors for creative purposes on the market.

This topic is now closed to further replies.
  • Posts

    • JetBrains launches Rider 2026.2 EAP 5, bringing several AI improvements by David Uzondu JetBrains has released the fifth EAP version of Rider 2026.2, bringing a faster startup flow with the new non-modal startup screen and quality-check hooks for Claude Code and Codex. In the latest EAP release, Rider now has newly bundled "quality-check" hooks that run background tests on code edits before the external agent proceeds. For example, after Claude Code rewrites a class, Rider immediately triggers a PostToolUse hook that analyzes the code for syntax errors and formatting warnings. It then passes those findings back to the model as feedback, allowing the agent to fix its own output before finalizing the task. If Rider detects compilation errors, the IDE prevents the agent from treating the task as complete, while minor formatting warnings simply help guide the model toward better output. The "Explain with AI" feature can now tackle tricky build errors directly from the console, helping .NET developers who frequently wrestle with multi-targeting failures and MSBuild errors. JetBrains introduced Explain with AI back in the 2024.1 release cycle. With this feature, instead of forcing developers to copy long diagnostics into a separate chat window, Rider now lets you trigger these explanations directly from the error source. In similar EAP news, JetBrains recently opened the first EAP for IntelliJ IDEA 2026.2, with features that appeal to both those who are into AI-assisted coding and those who prefer "classic" manual development. For manual developers, the release adds revamped dependency completion for Maven and Gradle build scripts, which pulls data directly from the local cache to suggest relevant versions. It also brings the Spring Debugger update, displaying security indicators next to endpoints to visualize secured routes during runtime. In addition to database migration tools for Flyway and Liquibase, this build introduces a Hibernate debugger that shows the exact SQL or HQL queries that the framework plans to execute, letting developers jump directly to the Java code that triggered them.
    • I have updated my Series 9 Watch so I assume there is either a mistake in what was said, or as suggested - the new AI feature set isn’t supported on anything other than those listed above.
    • WhatsApp slams Isreali firm, NSO Group, for trying to spy on its users by David Uzondu WhatsApp has come out accusing Israeli cyber-intelligence firm, NSO Group, of deploying a fresh wave of highly targeted "spear phishing" attacks against users, which its security teams successfully thwarted. The Israeli firm, according to WhatsApp, ran this operation like its usual one-click phishing campaigns, trying to get people to click malicious links that lead them to external sites. To coordinate the campaign, the spyware vendor created fake test accounts and groups on the messaging app. WhatsApp said it is sharing the specific malicious domains, ikhwancast[.]com, ghazacast[.]com, and fr24cast[.]com, because potential victims need this data to check if they were targeted across other messaging systems or email platforms. The NSO Group is infamous for creating and selling Pegasus, a military-grade commercial spyware capable of silently compromising smartphones simply by sending a message or placing a missed call via apps like WhatsApp or iMessage. Users do not even have to interact with the incoming notification before the infection takes hold. Once Pegasus manages to break in, the spyware harvests private data, letting operators read private messages, emails, photos, and documents. It also tracks precise GPS locations, records keystrokes, activates the device's camera, and monitors live microphone audio. Independent investigations by cybersecurity watchdogs like The Citizen Lab and human rights organizations like Amnesty International have proven that governments use this software to track humanitarian workers, journalists, diplomats, and political dissidents. These findings directly contradict NSO Group claims that clients use the technology to spy on criminals and terrorists only. In late 2021, the U.S. Department of Commerce added the firm to its Entity List, effectively banning the vendor from buying hardware and software from American tech companies. WhatsApp said in its blog post that the spyware vendor violated a permanent court injunction with this new spear-phishing campaign. This injunction, which took effect in 2025, strictly prohibited NSO Group from targeting WhatsApp and its users. The platform is now asking a federal court to hold the firm in contempt.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      513
    2. 2
      PsYcHoKiLLa
      231
    3. 3
      ATLien_0
      87
    4. 4
      +Edouard
      84
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!