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

JPanel sizing inside Another JPanel

I really need help with this. I have been having problems resizing the gameBoardPanel JPanel that is added the the main Panel. Everything I have tried including resizing it has not helped, I basically want to add the gameBoardPanel at 400x400 to the…
Michi
  • 13
  • 4
0
votes
1 answer

How to scale/size a css animation?

Not really aware how to use CSS animations, but I found something that works perfectly for my site. The one issue, is it's way too small. Anyone have any advice for what I would need to tinker with to expand the size? I actually see where to…
Masteryogurt
  • 199
  • 4
  • 14
0
votes
1 answer

HTML- Canvas element increase size, but keep content the same size

I am creating a canvas thing to create simple heightmaps for a 2d game that I am making. At the regular canvas size (150px*300px), it appears normal, but if I wanted to scale the canvas up (for bigger maps) and keep the sizes of the interior content…
Athdot
  • 43
  • 3
  • 9
0
votes
1 answer

Joomla Site Resizing (Same Res + Same Browser)

Currently working on a website for a small business. I am running the latest version of Joomla along with the Sienna template from Rockettheme. The issue I am facing is going back and forth with the owner to get the right placement for everything,…
Joel Klein
  • 31
  • 3
0
votes
1 answer

How to set data to resize depending on columns and vise versa inside datagridview using C#?

I have one problem. When ever I try to print my datagridview it always splits in half, so what I wanna do is to find a way to set length of column name adapt to data inside the column or to set that data adapts to column name. Its not the best…
Marko Petričević
  • 333
  • 2
  • 9
  • 20
0
votes
0 answers

JPanel Incorrect Sizing

I am creating a Java GUI & graphics, but am having an issue with the size of a jpanel, and cannot figure out what I am messing up. The jpanel appears extremely small. I cannot find the issue. Below is the code & image of how the project currently…
chromechris
  • 215
  • 4
  • 9
0
votes
1 answer

Spacing JavaFX LineCharts in GridPane

So right now I am trying to write a program for displaying data in JavaFX LineCharts. My main panel is a BorderPane with some features on top/left/right/etc.. in the center of the panel I want to display the LineChart(s). At least 1 and a maximum of…
0
votes
1 answer

Can overlapping colspan on table cells shrink-to-fit?

I can’t figure this one out for the life of me. Take a table that has 2 rows, each with 2 cells. The top-right and bottom-left cells are set to colspan="2" (so the table really has 3 columns). If the non-colspan cells have a 100×100 image inside,…
Sandwich
  • 475
  • 1
  • 8
  • 16
0
votes
1 answer

Keep same size to all devices. HTML & CSS

I was wondering how to keep the size of an element (f.ex a cube) on all devices. And when you resize the browser window the element will keep the same "form", but become smaller. What i mean is so when you resize the browser window horizontally, the…
0
votes
3 answers

Howto set the size of a popup-div according to the print size (A4)

I have a page where on button-click a popup shows (it is a div with an iframe containing content to be printed). The problem i got now is to set the size of the popup/div so that it will have the same width/heigth relation as the printed result (it…
Thariama
  • 50,002
  • 13
  • 138
  • 166
0
votes
1 answer

EPUB3 Reflowable-Fixed Layout Dynamic Sizing of Text to Div

I have created this jsFiddle: https://jsfiddle.net/j994tnu2/4/ if(textH < (parentH - deviation) || textH > (parentH + deviation)) { text.style.transform = "scale(1, " + frameScale + ')'; …
ketenks
  • 1
  • 2
0
votes
1 answer

sizing a flexbox within a flexbox

I have flexbox that I want to place two more flexboxes in. .Summary_Row{ display: -webkit-flex; display: flex; -webkit-align-items: stretch; align-items: stretch; -webkit-justify-content: center; justify-content: center; …
Dave
  • 1,257
  • 2
  • 27
  • 58
0
votes
3 answers

Background Image Sizing

Trying to fix my body image so that it scales according to browser window. Everything is on page, but want it to always fit page without scrolling. I tried using some javascript to fit problem, but wasn't working so cancelled it out, but still there…
mkeigwin
  • 1
  • 1
0
votes
0 answers

How to scale host server resources to run multiple applications at once?

I have to set up a relatively big system consisting of Virtual Machines, where I will need to run several different applications. The applications will be provided to me as black boxes, either in form of software to be installed by myself (on a new…
ialt
  • 33
  • 4
0
votes
2 answers

Sizing of HTML content to fit window , but not with responsive design

On a number of good websites, I see that the page loads so that the content is the same width as the browser. Specifically on iPad: If you rotate the screen after page load, and zoom out, the content seems to resize in width to match the screen…
Rowan Gontier
  • 821
  • 9
  • 14