Questions tagged [sizing]

The operation of making appropriate scale according to size which can be dynamic.

Applicable in screen sizes (html) or load on server (load testing)

Please see other related tags: and .

234 questions
0
votes
2 answers

Margin between jumbotron and content increases when shrinking window

I'm so close to finally getting my jumbotron image to shrink to fit viewport when resizing smaller, but now when I do it increases the bottom margin the smaller I make it. Easy fix? http://codepen.io/chiggory/pen/qNGQGO HTML
Erich Sterzing
  • 35
  • 1
  • 1
  • 4
0
votes
2 answers

WPF - Size rectangle by its ImageBrush opacity mask

I have a rectangle which has an ImageBrush opacity mask (basically a coloured icon). This is my current code:
Adam Smejkal
  • 88
  • 1
  • 10
0
votes
1 answer

disable app sizing for a Universal Windows App

I am looking for a way to disable Window sizing for a universal Windows app, something like a fixed size dialog box from the pre WPF days.
oregonduckman
  • 389
  • 2
  • 13
0
votes
1 answer

Screen sizes in Xcode 7 the using SpriteKit

I am relatively new to sprite kit and have been attempting to create my first basic game. All physics and other basics seem ok, but for some reason whenever I build and run the screen dimensions are off (looks like default is 1024×768)? Pretty sure…
NickvR
  • 75
  • 1
  • 9
0
votes
1 answer

Automatically Shrink Images (and Stay Inline) When Window Size Decreases

I have three images vertically aligned inside of a div. When the browser shrinks the third image no longer fits within the div causing that image to drop down to the second line. I used auto and 100% width and height properties in CSS but it doesn't…
cbella
  • 1
0
votes
1 answer

Dealing with automatic adding scrollbars

I have such problem: I'm creating a container and it's content at runtime. Here's a rough structure: --VBox ----Form -------FormItem ... -------FormItem ----ControlBar I have fixed maxHeights for the form container to keep it in bounds of screen.…
Antenka
  • 1,519
  • 2
  • 19
  • 29
0
votes
2 answers

My Jframe form does not comes up when i try to make it responsive

i was trying to make my JFrame form responsive according to screen size but when try my code it doesnt comes up and if i remove the code it works fine.here is my code Home frame = new Home(); Dimension screen =…
sahib
  • 85
  • 1
  • 13
0
votes
2 answers

Forcing Elements to Move Down so That They Don't Intersect a 'div' When 'details' are Open

I have set up a color palette as a set of responsive divs using W3school's Responsive HTML tutorial as a part of a large set of "details" elements under "visual media" on my robotics team's website. Currently if you open the color palette it forces…
Brendan Jackson
  • 93
  • 1
  • 10
0
votes
1 answer

VDI Calculator- design of VDI infrastructure

Can You Help me? How much resources are needed for a VMware VDI project for 800 Users ? CPU, Memory, Storage or Local Disk? How many are needed Host's , vCenter Server and Connection Servers? Please help me in the design of infrastructure? Thanks a…
Stager ST
  • 1
  • 1
0
votes
1 answer

How to increase ellipse size in Processing

How would I increase the size of a row of ellipses as they move dow the window? I wanna make it look like as they reach the bottom of the window, they become larger. size(300, 500); background(255); noStroke(); smooth(); translate(width/8,…
D Corrigan
  • 21
  • 1
  • 10
0
votes
1 answer

HTML5 video sizing issue in IE

Using html5 video tag inside of a bootstrap framework. Works great in every browser minus IE 9 or less. Here is the site URL for reference: http://www.randyrosario/Website/TimSimmon/MLM.html.com Any assistance would greatly appreciated.
0
votes
0 answers

Rectangle shape changing size relevant to the provided size in CSS

This is what it looks like. .rectangle{ position: absolute; top:61px; left:116px; width: 2px; height: 210px; background-color: rgba(255,255,255,0.4); } This is what I have, what have done wrong? No matter what I change the…
0
votes
1 answer

How do I force a UIAlertView to be the proper size?

I have a UIAlertView that's appearing and blocking input, but the actual "OK/Cancel" is 0×0 at (0, 0), so it's not dismissible by the user. Below is my current fix, but I'd much rather be able to tell iOS "Hey! This isn't right. Make it right." So,…
Ky -
  • 30,724
  • 51
  • 192
  • 308
0
votes
0 answers

iOS Container Controller Confusion

Disclaimers: I am new to iOS coming from Android; I don't know Objective-C very well, but I have learned Swift and am comfortable with it; I have been through a couple of months of iOS tutorials, so I'm not totally in the dark. I am trying to…
psparago
  • 1,113
  • 11
  • 21
0
votes
2 answers

Last image is not the same size as other images in that class

Under "School" the second image isnt the same size as any of the other images on my website. How do i resize the image? JSFIDDLE: http://jsfiddle.net/54k90fof/ (ignore the messed up banner at the top. It looks different in my browser but it looks…
RoseHaggar
  • 39
  • 3