Questions tagged [resolutions]
33 questions
0
votes
1 answer
android app for tablet of multiple resolutions
How to make an android applications for tablet of multiple resolutions like 1024x600pixels or 1280x800 pixels. I had made an app for the resolution 1024x600 but it completely get distorted on the the tablet of resolution 1280x800...
Any…

GouravJn
- 246
- 1
- 6
- 18
0
votes
2 answers
Display image in the same spot on multiple screens | Android
I'm creating a game that is full screen. I'm using an image for the background and I'm drawing images on top of it. The background image looks great in all the devices, but I can't draw the overlay images in the same spot on all devices.
For example…

Dave
- 324
- 1
- 4
- 10
0
votes
0 answers
support multiple resolutions in android with 160 dp
My application must support for two resolutions, they are
1920x1080 & 1024x768. For this I created layouts and value folder separately like this
layout-w1920dp-mdpi & values-w1920dp-mdpi for 1920x1080
layout-w1024dp-mdpi && values-w1920dp-mdpi…

Pratibha Patil
- 97
- 6
0
votes
2 answers
Responsive html the tablet resolution css messes up the desktop resolution css
I'm making a responsive demo website and i'm having trouble with the medium resolution as when i put the css for it in my style sheet the high res no longer works. anyone know why that is/ how to fix it? My code below:
@charset "utf-8";
/* CSS…

KKGres
- 13
- 2
0
votes
1 answer
How change the position one element for different resolutions in swift
I created an application to pure code other elements are resized as do tests on different simulators , but one element is not positioned automatically , how I add the appropriate constraints to be always positioned on the right bank of the devices…

Brian
- 5
- 8
0
votes
3 answers
replace substring if follows number, eg screen resolution, php
I have looked everywhere but I am stuck and need some help.
I believe I need a regex to replace a quote " (for inches) at the end of a number.
For example 21.5" with 21.5inch
I need to do it only if the " has a number before it.
Thanks in advance!

Chris Mitchell-Clare
- 11
- 2
0
votes
2 answers
How can I make images in a row not condense to fit smaller resolutions?
Not using Bootstrap or the like, I have a series of images in a row with a total max-width: 1280px; and min-width:1280px; (all the images add up to 1280px). But on computers with a lower resolution then 1280, the images wont all stay in a line, some…
0
votes
1 answer
Disable jquery on mobile resolutions
Im wondering how to disable this jquery event on mobile resolutions
$(window).scroll(function(e){
parallax();
});
function parallax(){
var scrolled = $(window).scrollTop();
$('.hero_image').css('top',-(scrolled*0.6)+'px');
}
I've tried a few…

jwillk
- 1
0
votes
1 answer
Adjusting text and image size to different resolutions
I've been making a website using % in nearly everything so it fits on smaller screens.
I'm just at a loss for making text adjust to a different size wtihout it looking shitty on bigger resolutions. I also can't seem to max-width images I use as a…

M and D
- 3
- 1
0
votes
1 answer
getting equivalent pixel of two different wide resolutions
I want to get the equivalent pixel location of two different wide resolutions.
Here is an example.
In a 1366x768 resolution, the desired pixel is located in row 120 and column 300.
I want to convert it to a lower resolution and get the equivalent of…

escarillex
- 15
- 5
0
votes
1 answer
@Media different devices
this is all my code:
/* 1366 ----------- */
@media (min-width : 1326px) and (max-width : 1639px){
body…

Fabio Reims
- 85
- 1
- 10
0
votes
1 answer
Issue with layouts for Samsung galaxy note and Samsung galaxy grand duos
I have created an application with different layout folders. When I tested the application I found that both Samsung galaxy Note2 and Samsung Galaxy Grand Duos is taking the same layout folder 'layout-sw320dp-long-port'. What is the issue here? Can…

Sundeep
- 375
- 2
- 4
- 16
0
votes
1 answer
CSS resolution optimizing?
So i am making a website, and its done exept that window sizing is not very optimized yet.
I have been using media query for css3 but its not working on all browsers
So im asking, can i do anything with my CSS that makes everything stay at the same…

Hugo Holmqvist
- 23
- 3
0
votes
2 answers
Element Positioning affected by Browser Screen Resolution Change
newbie developer here.
There's this small problem I always encounter. Every time I try to change browser resolution (or what do you call the event when you scroll the mouse wheel while pressing ctrl), some elements (Mostly form elements) get to be…

Ed.
- 75
- 1
- 4
0
votes
0 answers
Webpage view differently at different resolutions?
My webpage's view differ at different resolutions. I am using MS Superpreview for testing. Here are the screenshots at 1024x768 and 1280x1024.…

appu
- 127
- 1
- 9