Most voted "screen-resolution" questions
Screen resolution represents the maximum number of pixels the screen can display, i.e., describes the level of detail that an image carries.
Learn more…23 questions
Sort by count of
-
13
votes2
answers431
viewsWhat is the difference between "Css Resolution" and "Pixel Resolution"
I wonder why a @media(max-width: 400px) is applied on a cell phone that has 1440px/2960px? How it really works ? I found a website with this information, that the mobile has 1440x2960 but the…
-
8
votes1
answer5919
viewsOptimal maximum resolution for displaying content in mobile mode
Taking as an example the Bootstrap 4 grid system whose classes treat the content with breakpoints specific according to the screen width resolution of the device (considering the viewport as…
-
6
votes1
answer185
viewsIn CSS what is the difference between Pixel Density and Pixel Ratio? How does DPI, DPCM and DPPX work
With the "popularization" of retinal screens, mainly on Apple devices, I have seen some people using media queries with measures like: @media (-webkit-min-device-pixel-ratio: 2) { ... } @media…
-
5
votes2
answers5722
viewsHow does it work to adapt to different resolutions on Android?
In html for example, objects can (sometimes without any special code) adapt to the size of the window, for example by placing two images of fixed size, if you shrink the window one goes to the…
-
3
votes2
answers7455
viewsChange banner according to screen size?
Aiming for the best performance in the load time of my site I wanted to make the input page banner smarter. For screens of up to 1600px would have to be loaded a banner simpler, of lower quality and…
-
3
votes1
answer122
viewsHow to avoid distortion of pixels in HTML elements in various screen/screen settings?
I noticed in a simple situation that elements with pixel are not always rendered as you imagine, a simple example is when one adjusts the browser zoom to more or less than 100%, making it appear…
-
2
votes2
answers713
viewsWhy is the screen size in the browser different from the real one?
I’m terrible when it comes to HTML design + CSS, but as a web programmer, I often find myself having to do it. Often I have to do such things media-query to adjust the layout. Question If I have a…
-
2
votes2
answers52643
viewsHow to make a background image fill the entire screen without losing image resolution
I have a part on my site where I need to put a background image occupying the entire screen, both wide and high. I managed to do this with css. .intro { display: table; width: 100%; height: 100%;…
-
1
votes1
answer167
viewsHow to make images occupy 100% of the browser
I wanted to know how to have a 'Gallery' like this:(HTML and CSS) http://logiciel-tek.com/demo/html/ether/ether-html/index.html (In the area OUR WOKS) I wanted it to be the same regardless of the…
-
1
votes2
answers2093
viewsHow to detect screen resolution to apply the layout on android?
How to detect a certain screen size and apply the specific layout ? Example: I created a layout folder called "layout_480x800", in it will be the layouts for this resolution,I also have a layout…
-
1
votes1
answer47
viewsRuntimeexception (Android)
I want to put the atendenteBalaoProdutoNome on the side of AtendenteBalaoProdutoValor, thus: to do this, I tried this: attendant.xml <?xml version="1.0" encoding="utf-8"?> <merge…
-
1
votes0
answers59
viewsHorizontal scrolling on iPhone5
The site opens perfectly on all devices, except on iPhone 4 and 5. In these they are with horizontal scrolling, as if it were bigger than the resolution. http://homologacao.programamaistop.com.br/…
-
1
votes1
answer920
viewsChange Size Dialogfragment according to Android screen
I have a very simple registration form that appears when you click a sign up button. This form appears in a DialogFragment, however, with a very small size. Zoning on the internet I found a code…
-
1
votes2
answers1967
viewsHow to send current screen resolution to PHP (on first load)?
I know there are several ways to get the screen size by javascript, etc, but I haven’t found a satisfactory way to get communicate this size to PHP BEFORE screen loading. For example, I would like…
-
1
votes0
answers346
viewsProblem with CSS in Firefox
Hello, I’m with a project in Angular (2 and 4) and Materialize + Angular Material. The problem is, I can’t apply the CSS property zoom. Where in Chrome everything is ok but in Firefox it does not…
-
0
votes0
answers155
viewsHow to adjust splash using Constraints in Xcode 6?
In Xcode 6 comes a file format . xib that serves as the default splash screen of the App. I inserted an image using Uiimageview and a text using Uilabel but the position of the image and the label…
-
0
votes1
answer113
viewsMedia queries or multiple sheets of styles?
In a matter of making the site fast and responsive, which is best? 1-Use Media Queries and set resolutions in one style sheet only. 2-Use various style sheets that will be called in HTML according…
-
0
votes2
answers4220
viewsAdjust Form layout according to monitor resolution
I made a form in fullscreen, where the monitor I use is 23'' inches. But where the functionality will be deployed, they use 19". When I executed, the Form did not get the size of the smaller…
-
0
votes2
answers1646
viewsMinimum height of screen size, with materialize?
I’m trying to make a screen of login simple in the MaterializeCSS, In it I have a logo, a panel with the login form and the footer, as it is little content, on some screens the page ends and below…
-
0
votes1
answer194
viewsLow text resolution in Python Kivy
I’m starting in Python and Kivy, but I’m not understanding why the generated objects are so low-resolution. In a simple screen of username and password, one can observe the serrated text, ie with…
-
0
votes2
answers207
viewsUse different screen resolution according to the monitor
I am developing an application in 1920x1080, but the Pcs that will run are 1280x720 and 1366 x 768. When I run in mine it looks exactly as I want, but when I run in these resolutions, a lot is…
-
-1
votes2
answers124
viewsSite resolution created in HTML+CSS exceeds 100% of screen
Hello, I am really learning how to work with HTML, CSS and JS and I am facing a resolution problem. At least I think it has to do with resolution. The site has created a horizontal scroll bar and no…
-
-2
votes0
answers22
viewsIs it possible to create a script that simulates pressing CTRL and + or CTRL and -?
Solve accessibility problem on a page. It is possible to simulate the keys in a script CRL + + and CTR + -. These keystrokes increase and decrease the zoom of the screen, respectively. Complementing…
javascript keyboard accessibility screen-resolution zoomasked 3 years, 4 months ago Roberto Antonio Leal 1