Top "Screen-resolution" questions

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

Change font size depending on resolution

I'm developing a Web page that uses different sizes for its different paragraphs, h... and so on. I'm using em …

jquery html css screen-resolution
How can I code my game to work on every resolution of Android devices? (with Unity)

I have a game what I made in 480x320 resolution (I have set it in the build settings) in Unity. …

android unity3d screen-resolution
What is today's most popular screen resolution?

Is there a place that displays statistics in such a manner that I can rely on? e.g. Google/Microsoft …

screen viewport resolution screen-resolution
What resolution should a mobile website be optimized for?

I'm having trouble understanding how the mobile resolution works. From what I know, standard website mobile resolution is 320px width. …

iphone css screen-resolution
Android Official Icons for XXHDPI and XXXHDPI

With screen resolutions increasing in pixels Google is promoting the use of XXHDPI and XXXHDPI, icons in the official documents. …

android icons screen-resolution
How to write different HTML for different screen sizes

I understood how I change CSS via media queries (such as media="screen and (max-width:640px)") but let's say I …

html css mobile screen-resolution responsive-design
conditional statement for screen resolution?

I would like to use a conditional statement to attach a different stylesheet for: if the clients resolution is <= 1024*768 …

html css conditional screen-resolution
What background image size will fit the page size on every monitor?

I'm going to try and create an image that will be the background for my website and scale to every …

css image scalability screen-resolution stretch
Multiple screen resolutions/aspect ratios (games)

EDIT: Thanks for all your answers and comments. After thinking about it i would rephrase the core of the question …

android screen-resolution aspect-ratio
Automatic image resizing in a CSS flow layout to simulate a html-table layout

I have an image that, depending on the screen resolution, drops down out of sight in my CSS flow layout …

html css screen-resolution autoresize