Questions tagged [screen-resolution]

The number of distinct pixels in each dimension that the screen can display, usually quoted as width × height with the units in pixels.

It is usually quoted as width × height, with the units in pixels. The screen resolution signifies the number of dots (pixels) on the entire screen. For example, a 640-by-480 pixel screen is capable of displaying 640 distinct dots on each of 480 lines, or about 300,000 pixels. This translates into different dpi measurements depending on the size of the screen. For example, a 15-inch VGA monitor (640x480) displays about 50 dots per inch.

1404 questions
-3
votes
2 answers

div's height:100% on 27 inch monitor is not working

I have used this technique to made my div's height be 100%: body, html { height: 100%; } #myDiv { height: 100%; } and everything is perfect on usual devices, however on screens with large resolutions(27 inch) it is not working properly, how can…
user3505689
  • 97
  • 1
  • 1
  • 10
-3
votes
1 answer

Screenresolution on iPad and iPad Retina

I have made a Windows program, which I want to translate to an iPad app. The graphics in my Windows program is made to a screen with a resolution of 1024 x 768 px, which is perfect for the old iPads. What happens if I use the same Graphics on a…
-3
votes
1 answer

What's the standard of formulate the height-to-width ratio of screen resolution?

We know that some screen's height-to-width ratio of resolution is 4:3, like 800 * 600, 1024 * 768 and 1600 * 1200 but many resolutions are not follow this rule,like 1280 * 800, 1440 * 900 and 1920 * 1200. Why does it happen and can I enumerate the…
Eugene
  • 10,627
  • 5
  • 49
  • 67
-3
votes
2 answers

Calc Different video sizes with same aspect ratio

How i can generate a list with four items which should all have the same aspect ratio all depends on the original resolution of 480x360 ? The original aspect ratio 480x360 Also belonging to the list. Youtube has an example on it open any video click…
Sascha Heim
  • 301
  • 1
  • 4
  • 15
-3
votes
2 answers

what should a 2D RPG resolution be on a phone?

This is a quick question, but I am making a 2D RPG for both android and desktop. The thing is, is I am using 32x32px sprites. How does Androids scaling work, is it able to adjust to very dynamic resolution changes, and still draw an image near or…
Loligans
  • 497
  • 9
  • 24
-3
votes
1 answer

Change Screen Resolution of Secondary Monitor in C++

I was wondering if someone could help me change the screen resolution of the secondary monitor using C++ on Windows 7. I understand this is not much information so if you need more just comment and I'll provide it. Thanks in advance,
YahooMania
  • 115
  • 4
  • 15
-4
votes
1 answer

How to make a non-resizable desktop app look the same on all types of pc resolutions

Please help me out guys I spent so much time on this project and the results are shocking, I developed a desktop software using NetBeans(with javafx 8) and scene builder on a 1920 × 1080 resolution screen(Laptop Full-hd) and it looked pretty fine…
-4
votes
1 answer

Multiple screen view on laptop display

First I dont know wheather this is right place to ask such question. My laptop displays multiple screen on booting. I googled about this but I am unable to find the solution. came across this type of dysfunction on many laptops screen. I cant…
chetan
  • 953
  • 3
  • 12
  • 20
-5
votes
1 answer

Make header responsive for different screen resolutions

I am trying to make header responsive. Currently header is fixed and when you view it from different screen resoultions it is not lookin good. #tie-wrapper #theme-header { background-image: url(http://example.com/header-image.jpg); …
markobb
  • 1
  • 1
1 2 3
93
94