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
-1
votes
1 answer

WPF Increase perceived resolution in application only (not OS)

I have a WPF that will be displayed on a very small device with a small screen but the operating system has a high resolution. The resolution cannot be changed (hardware restrictions), so I must "magnify" my WPF app so that it is usable on a small…
Paul Knopf
  • 9,568
  • 23
  • 77
  • 142
-1
votes
3 answers

Call a different style sheet only for ie8 with JavaScript (media queries not supported)

I need to call different style sheets for different resolutions only for IE8, as it's not compatible with media queries.
Ahmed
  • 7
  • 1
  • 3
-2
votes
1 answer

CSS Height width for Samsung A11

I want to test my Website in Samsung A11 screen size can anyone tell me its css height and width. And also how to calculate css height and width using mobile screen resolution.
ECS Roman
  • 79
  • 1
  • 12
-2
votes
1 answer

Android Image Scaling according to device

In the process of designing the login page for my application i noticed that the images on my main page vary according to the screen (which it should) however i sometimes get a distorted look or an overlapping look. Going through various articles on…
-2
votes
1 answer

Developing responsive website, independent of device resolution

I am very new to web-front-end-development and I'm trying to develop a responsive website. I have decided on 5 breakpoints, i.e. mobile(2-portrait-landscape) from 320px-768px, tablets(2-portrait-landscape) from 769px-1024px, Desktop-Small from…
-2
votes
1 answer

what is the difference between : window screen and port screen

i have a WordPress website with this media query @media screen and (min-width: **312px**) { } now there are two terms 1: window size for ( 320x533) = window size 320x533 / view port 304x420 2: view port size for ( 320x533) = window size 336x646…
-2
votes
1 answer

How do I get screen resolution in a shell script on Linux

Environment System: Linux Mint 18 / 19 Cinnamon 64-bit. Shell: dash (POSIX). Question I need to dynamically account for the screen resolution in a POSIX shell script. I prefer a function for re-use.
Vlastimil Burián
  • 3,024
  • 2
  • 31
  • 52
-2
votes
2 answers

Changing css as per screen resolution

My webpage is showing different sized text in different computer resolutions. I need to fix it using CSS. I have idea about screen-size and how to do it using CSS. I applied that in my webpage but its not affecting the other desktops and laptops,…
Agnib
  • 79
  • 1
  • 3
  • 11
-2
votes
1 answer

How to make size of Window responsive for every type of screen resolution using Windows form

Make size of Window responsive for every type of screen resolution using Windows form
Elixir
  • 287
  • 2
  • 3
  • 14
-2
votes
1 answer

Images get cut off when the screen resolution is too high

i have a problem with the images of my slider in the header. Please take a look at the page. When the screen resolution is too high, the images are getting cut off. Please focus on the first two images. You can test different screen resolutions…
Reza Saadati
  • 5,018
  • 4
  • 27
  • 64
-2
votes
2 answers

This App cannot open

I installed trail version of windows 8 in inspiron Dell mini 10 in this I open app it shows This app cannot open the screen resolution is too low for this app to run my screen resolution is 1024*600 error message shows your resolution is lower…
VSK
  • 143
  • 1
  • 4
  • 16
-2
votes
1 answer

How on earth did I get this feature in Firefox

I accidentally pressed something in Firefox and this feature suddenly appears. Now I can view a webpage in different screen resolutions... What is it and how did I get it? (I want to use it again haha) http://screencast.com/t/tHblDMJydQ Tnx
iSenne
  • 2,656
  • 5
  • 26
  • 26
-3
votes
4 answers

How can I check screen resolution on an angular website?

Is there a way to check screen resolution on an angular website? I have a scenario where an application I'm working on has been designed using DevExtreme default components. This makes it difficult to customize. In my case I'm dealing with a popup…
-3
votes
2 answers

Establishing a virtually bigger display buffer through code

I don't know if this is a programming question but it is a issue that may be possible to solve through computer programming. Based on my limited knowledge about how the display processing pipeline in computers works, I theorised that pixels on the…
juztcode
  • 1,196
  • 2
  • 21
  • 46
-3
votes
1 answer

If screen resolution then show div

I need help showing a div if the screen resolution is larger then 700px. The div: div style="width:70%;margin-left:225px;"
1 2 3
93
94