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
0 answers

Sizing an image from external source

I've an image, actual its an image from a youtube video which is offered by youtube. If I put it into my DOM and add some sizing attributes to it, they are ignored. Why? F.e.:
Falk
  • 621
  • 2
  • 9
  • 23
0
votes
1 answer

When should sizing grip (windows Forms) be used?

Should it be used for all sizable forms, or only when it is not easy to guess that a form is sizable? Is there a GUI convention to use it? Any link to a documentation would be appreciated.
Eren Aygunes
  • 987
  • 9
  • 16
0
votes
2 answers

Trigger different jQuery events depending on screen size - device width issues

I want to display a different div, depending on if users are on my mobile site vs. my desktop/tablet site. I use media queries to trigger the CSS events to resize, change colors, etc, but when users are on a mobile site I want to trigger a…
DanielNordby
  • 569
  • 2
  • 6
  • 20
0
votes
0 answers

How to calculate size of table manually?

I have created table as below. With the reference of this link. Calculating size of datatypes used for this table Aim: for this calculation is to predict the size of table for n-users while creating or implementing the table. Queries: Q.1) Memory…
Amir
  • 1,066
  • 1
  • 13
  • 26
0
votes
1 answer

Why does my JScrollPane open small?

My JScrollPane opens but very small. I have tried using setPreferredSize on both the JTextArea as well as the JScrollPane but still when I add the JScrollPane to my FlowLayout panel it opens very small. Without the JScrollPane my JTextArea opens…
0
votes
1 answer

Specifying image sizes in shopify

Whilst trying to add image sizes to my website on Shopify it never seems they actually work when I look back on webpage speed tests. I've gone through multiple ways but it never appears to fix the problem.
0
votes
1 answer

JRootPane in full screen mode sizing issue

I am trying to create a JFrame with a JRootPane that takes up the whole screen, however for some reason the content of the JRootPane does not fill up the the screen like it should. I believe the issue is that the JRootPane does not fill its parent,…
Ben Marshall
  • 171
  • 2
  • 12
0
votes
1 answer

Adding ActionListener to JFormattedTextField

The image above is six formatted textfield I initialized. I added an ActionListener to each one of the text fields; but after adding listener to the leftmost textfield, the text inside disappears. When I delete the listener, the text inside…
jensiepoo
  • 571
  • 3
  • 9
  • 26
0
votes
2 answers

Simple way to resize an image based on Screen resolution

I have searched for solutions to this requirement and not yet found one. I would like to display images of 230(width)x 390(height) in an HTML page on multiple mobile devices such as iPhone 4/5, iPad 3/4, and Android devices. Currently the image…
user3311838
  • 181
  • 1
  • 1
  • 7
0
votes
2 answers

Div won't let me edit its size?

So, I'm currently having an issue with a div tag in my HTML script. For some reason I can't seem to figure out how to adjust its size using margins, width, height, etc. Here is the code:
MrHost56
  • 7
  • 2
0
votes
1 answer

add-on height is not adjusting while joining with input box

I am using input group add-on at the front of the input box. While fixing it, the height of the add-on is getting little higher than the box. How to fix the addon to the size of input box?-
fidel castro
  • 1,597
  • 2
  • 11
  • 19
0
votes
1 answer

100% height and width causes a "zoom" on my image

I am trying to set an image to the back of my website. I want it to cover the whole screen, but every time I move the screen the image zooms in. For example. If my image was a smiley face, it will show a quarter of the screen filled up when the…
JumpJump
  • 115
  • 1
  • 7
0
votes
2 answers

How to size relative div which haven't a content?

I've a HTML markup, where the typographical content are inside of

-tags. Between these tags, there I want to place some images. These images are always the same size: 100% wide, 50% high. To avoid some distortions, I set a

-tag with this…
Michael Schmidt
  • 9,090
  • 13
  • 56
  • 80
0
votes
1 answer

Scaling AndEngine game to different device sizes

Currently I am using this method to "scale" the screen size of devices, and it works perfectly on my Nexus 5 (5" size) but on my Nexus 7 2012 (7" screen size) The width seems to be perfect I'd say, but the height is horrible. There's like 2 inches…
Fernando
  • 450
  • 1
  • 7
  • 22
0
votes
1 answer

Change the size of an element to fit parent

I'm currently working on a site that requires slideshows, and I'm using the bxSlider script. The way it works right now is the code finds a span id="next_1" and span id="prev_1' and inserts a +. I've got it setup so the span elements…
Matthew Beckman
  • 1,702
  • 2
  • 16
  • 28