Questions tagged [stretching]

106 questions
0
votes
1 answer

Texture uniform stretching

I have a simple parallelepiped with texture. import java.io.File; import java.io.IOException; import javax.swing.JFrame; import com.jogamp.opengl.*; import com.jogamp.opengl.awt.GLCanvas; import com.jogamp.opengl.glu.GLU; import…
Pablo
  • 161
  • 11
0
votes
1 answer

UWP Nested ListView no stretch

I am trying to nest one ListView into another, but the problem is that in the second ListView I need the grid to use all the width of the window in order to split it in 3 same sized columns. But as u can see, it doesn't do that.... I have tried…
Axilleas Kar
  • 139
  • 12
0
votes
1 answer

Stretch an Edit text with effect

I have a layout with some EditText fields to fill and one of them is a description, the problem is that the description box is too small and I want to achieve the following: when it will get clicked it will stretch to full screen width and will have…
0
votes
2 answers

Libgdx viewport not stretching

I'm currently having a problem creating a stretchedViewPort in libgdx. As you can see in the image I added the gamescreen is not stretched over the whole screen and there are black spaces. I'm wondering what I'm doing wrong. I provided the relevant…
Cavasta
  • 35
  • 5
0
votes
1 answer

How to stretch div from top to the bottom of the page?

Look, I know that there are many threads with many solutions, but none of them have worked for me. I'm a begginer and I'm just starting making websites in HTML. I've tried to make a website before, but I've had the same problem. I've deleted the…
sajmon
  • 131
  • 6
0
votes
4 answers

How can I get the quadrants on my page to vertically stretch to match the height of their horizontal neighbor?

I want four equi-sized quadrants on my page - all should be the same width and height, with some space between them. What I'm getting as of now is this: What I want is that the top right quadrant ("Pricing Exceptions") stretch vertically, as if…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
1 answer

Stretching Texture across Merged Geometries

I am building a first person maze - each wall in the maze is a THREE.PlaneGeometry. As i understand, it is much better practice to have these walls all merged into single object. I have created a class "walls" which does this each time a new "wall"…
perrelet
  • 23
  • 4
0
votes
3 answers

How to make stretching a circle effect on ios

I have an UIView with bounding to a circle, something like this I want to make an effect like stretching it, see the following image It likes a pullToRefresh effect, there are many libraries or opensources to make pullToRefresh, but they're always…
Scofield Tran
  • 828
  • 1
  • 18
  • 30
0
votes
3 answers

How to let text adapt to a set table width instead of stretching the table?

I thought that this would make a table with a set width, and that text would automatically try to fit in by starting on a new line. However, the table still gets stretched by long lines of text.
Chris
  • 2,905
  • 5
  • 29
  • 30
0
votes
2 answers

Scilab Data stretching

I have a data file with 2 columns. First column runs from 0 to 1390 second column has different values. (1st column is X pixel coordinates 2nd is intensity values). I would like to "stretch" the data so that the first column runs from 0 to 1516 and…
Padre
  • 89
  • 6
0
votes
2 answers

background image in a div class wont stretch to full width of browser

HTML
// some code and text nothing crazy
css .bg { background-image: url("color.jpg"); background-position: top; margin-top: -75px; } I'm getting a white margin on both sides…
Ben Casalino
  • 2,262
  • 5
  • 20
  • 28
0
votes
3 answers

One 100vh height div containg 3 divs, the 2nd of which should be the only one with variable height

I'm quite new to CSS3. I've read other questions but I'm not sure they cover my case, so please be patient :) I have this example page: