Questions tagged [stretching]

106 questions
1
vote
3 answers

100% height divs not at 100%

I'm working on this website: www.lumn.net . The center panel (#overall) is supposed to be a div that stretches from the top to the bottom of the page. For some reason I can't figure out, I'm getting space at the bottom of every page. Even…
poetiscariot
  • 189
  • 1
  • 2
  • 12
1
vote
4 answers

HTML/CSS: stretching height

top fixed-height row
bottom stretching row (the height should be 500px in this case.)
What's the…
0
votes
2 answers

Fading Image Background with Stretched BG in IE8 (Javascript and CSS)

I need to create a fading background image that stretches to fill the browser. The following code works perfectly in every single browser except in IE8 and below. The IE8 issue is that I can get it to fade but not stretch or to stretch but not…
0
votes
2 answers

How to stretch segment of image in html/css

I have an image that's a circle and when someone hovers over it, i want it to animate and elongate horizontally, but i want it to stretch only the center of the image while maintaining the curves on the left/right. so something like this i…
Andrew Park
  • 1,489
  • 1
  • 17
  • 26
0
votes
3 answers

background image stretching issues

i am developing website for one political party(not client,my own purpose) using wordpress software. i am modifying theme called fresh life by theme junkie. actually i am not a front end developer, but i am putting my max efforts to change the…
MAHESH
  • 11
  • 3
0
votes
1 answer

Stretch the graph vertically

Here is a sandbox (http://jsfiddle.net/qeyqe/). Here is a beautiful picture of what I expect saying «stretch the graph vertically». So, I have an array of dots for my graph and a canvas with 100 px height. The maximum and the minimum values of my…
artuska
  • 864
  • 2
  • 12
  • 23
0
votes
1 answer

Can't stretch div when width is filled

I want to add auto stretch the content div and add horizontal scroll to the page when the width of the content is overfilled. You can see the HTML/CSS here: http://jsfiddle.net/Rknbs/ HTML
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
0
votes
0 answers

Trouble with JasperReports stretching in a group header

I am using JasperReports 6.20.5. I have a group header in a subreport that contains 5 frames. It looks like this:
Jorge Campins
  • 413
  • 1
  • 4
  • 11
0
votes
0 answers

Stretch left block's height relative to right block's height

Screenshot link. Didn't use table, flexbox and grid layout. Only used float layout. Main block height depends on children's content, there is no static height of child blocks. I need to have the same heights of right and left block without…
0
votes
1 answer

Unwanted stretching with Unity in orthographic mode

I am creating a 3D playing card game in Unity. I couldn't get the look I wanted with the camera in Perspective mode, so I switched to Orthographic. However, now my cards and other game objects are stretched (in the X-direction). Can someone…
dkalkwarf
  • 313
  • 2
  • 11
0
votes
0 answers

How to do stretching Image distortion transformation in Swift iOS

I am new to iOS actually I am working in project where user can select image and user can make image thin or thick that particular part of image.But I don't get a idea how to start. The main function is that user can make human body slim and thick I…
Sam John
  • 1
  • 2
0
votes
0 answers

Stretching problem of UV mapping of the plane with perspective transformations

I'm only learning UV-mapping. I'm learning it in Blender. And I have a question. If you create a plane (blender will automatically create UV for it) and apply perspective transformations on it (like scaling one of its edges), this will lead to such…
0
votes
1 answer

C# WinForms | Picturebox white bleeding right & bottom edges

Hello Stackoverflow Community. I currently work on an application which has a cursor region magnifyer feature, for the user to pick a color. However, i've the problem that the Picturebox has white edges on the right and bottom, even though the image…
Taki7o7
  • 197
  • 2
  • 11
0
votes
0 answers

Image stretching from points

I have an image of a face, facial landmark positions of it: And another image with the landmarks at other positions: I need to stretch the first image by "dragging" the landmarks to the new positions which are in the second image, in Python (I'm…
Yuval.R
  • 1,182
  • 4
  • 15
0
votes
1 answer

Prevent div growing/stretching when creating a dynamic grid

I am working on a dynamic image grid, and I cannot get the grid to stay in a container. The idea is rather simple, add as many boxes to the container as I like, using jQuery, and as they are added, shrink them to fit the container without adding…
Mike
  • 57
  • 9