The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
11 views

Scale without stretching or compressing

Is it possible to animate a view with ScaleAnimation without compressing or stretching it ? Or use AlphaAnimation from the bottom to the top to make it disappear ? I want to make the view smaller ...
0
votes
0answers
16 views

Image Stretching in camera preview android

PLease help ,really critical,I searched a lot but could not manage to help myself, I tried to use the following code, but still the camera window is stretched in the fullscreen mode. ...
0
votes
2answers
83 views

Stretching a image in iOS using colorWithPatternImage

I have a image like this: . In iPad, when I place it with these code: [separatorLineView setFrame:CGRectMake(10, 0, 430, 3)]; separatorLineView.backgroundColor = [UIColor ...
0
votes
3answers
62 views

Android: how to prevent dynamic background drawable from stretching

I need to set the layout's background dynamically by calling myView.setBackgroundDrawable(BitmapDrawable bdb), but I want to crop the image rather than stretching it in the layout, is there a way ...
0
votes
1answer
56 views

Centering and filling a div with an image without distortion

I keep finding almost solutions to something that I feel should be really simple, but can't figure it out. (note - i'm at a really rudimentary stage of learning CSS right now) I have one image to put ...
1
vote
1answer
96 views

how to make firefox fullscreen mode like chome (i.e. not streching content)

I am using the fullscreen API of modern browsers for my game application, Chrome works great in this respect and gives a window resize event that allows the resetting of the canvas dimensions ...
2
votes
4answers
64 views

Children element with height: 100% getting pushed by siblings

I have a very simple structure: <div class="parent"> <h1>Element taking space</h1> <div class="stretch"> Not much content, but needs to be stretched to the ...
-1
votes
1answer
63 views

My theme isn't being Responsive [closed]

I'm working on a site. It's based off the Fit WordPress theme. The theme is responsive and as far as i can tell they put in all the meta tags and such but I can't get it to work. It's stretching ...
1
vote
1answer
142 views

Replacement for UIView's contentStretch?

In iOS 6.0 the contentStretch property of UIView was deprecated. How can I achieve the same functionality with new/old/other API? The functionality I am looking for is stretching just part of an ...
0
votes
1answer
48 views

Stretching a video?

I am trying to stretch the video that I have. It has to be 400 X 400 stretched. I tried using the "stretchtofit" value="true" but that doesn't work and I need the video centered under the heading. I'm ...
0
votes
0answers
78 views

ViewBox Stretch blurs the controls

ToolTip with numbers is a child UserControl, which is added to Canvas. Canvas is a child of the ViewBox. In order to scale the contents of the Canvas resizing control. The problem is that ToolTip ...
0
votes
0answers
41 views

fancybox 2 control stretching

In Stretching a small image to the window, I managed to stretch the image to the full screen. This does present a new problem: the close button is too small. I'm wondering if there is an easy way to ...
0
votes
0answers
141 views

stretch image with glTexSubImage2D in opengl es 2.0

on OpenGL ES 2.0, how can I force glTexSubImage2D to render/stretch over all a texture Quad which is larger than the image to be rendered? I have defined a texture quad which is larger than the image ...
0
votes
0answers
325 views

Android GridView elements overlap in rows

I am learning GridView. As you can see from the screenshot below, I have added 13 buttons with various length strings as their text. However long text buttons overlap each other, I tried but I ...
0
votes
1answer
64 views

Stretching axis ticks to fit compressed image

I have a PyQt4 Application in which I am representing a 16bit grayscale image using matplotlib. The image I'm representing are quite large. Due to memory limitations I'm unfortunately not able to ...
0
votes
1answer
111 views

QSvgWidget behaviour in QTableWidget cell

I have QTableWidget and I have populated one column with .svg files with QSvgWidget to show them : for... svgWidget = QSvgWidget("C:\mySVG.svg") self.ui.tableWidget.setCellWidget(i, j, ...
0
votes
2answers
537 views

CSS stretch elements to fit container height

Demo - how to stretch li elements to parent container height, so they fit all in ul with appropriate height? I need smth like that:
0
votes
1answer
38 views

CSS3 Box, How to strech the image inside a div with box properties

Yes! I did searched for related issues as it seems to be an easy question! However the solutions given on other topics do not solve my issue! Im using an area filled with divs (CSS3 Box). Multiple ...
0
votes
4answers
538 views

UINavigationBar Back Button stretchable image too long

I am using the following code to customise the back button of our UINavigationBar. However, the image is stretched too far, resulting in an image like the following. Please can you tell me how to ...
12
votes
1answer
2k views

Android zxing - portrait camera preview/surfaceview is stretched/warped

I have managed to use the answer here to rotate the camera preview to portrait: http://code.google.com/p/zxing/issues/detail?id=178#c46 however the preview itself is stretched/warped - the height ...
0
votes
1answer
80 views

DIVs not stretching proplery?

So, I am working on a fansite, and I can't figure out why my "content" class div will not stretch. It's supposed to be 100% min-height, but it's not doing that. Also, I can't get it to stretch to the ...
0
votes
2answers
317 views

Center checkbox in UniformGrid's cells in WPF

I want to center and stretch checkbox in UniformGrid's cell. I've tried to do it in many ways: <UniformGrid> <CheckBox HorizontalAlignment="Stretch" VerticalAlignment="Stretch" ...
0
votes
3answers
1k views

Stretchable Images

In reference to: iPhone stretchableImageWithLeftCapWidth only makes "D"s I have an image of a button of size 13x30. I want to stretch the image to fill the button which will be of size ...
1
vote
2answers
103 views

html stretching div

I have this markup <div id="line" width="100%; height: 44px;"> <div id="identifier" style="position: absolute;left:0px width: 90px;">blabla</div> <div id="title" ...
1
vote
3answers
301 views

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 ...
0
votes
2answers
197 views

div stretching containing canvas

Hi i am trying to have this: <div> <canvas height="300px" width="200px"></canvas> </div> I created javascript to render canvas, could someone advice how to stretch div ...
1
vote
4answers
555 views

HTML/CSS: stretching height <div> layout

<div style="width: 800px; height: 600px"> <div style="height: 100px"> top fixed-height row </div> <div style="???"> bottom stretching row (the ...
0
votes
0answers
751 views

JW Player loses uniform stretching

I'm having some problems using JW Player along with Internet Explorer 7. As I resize the browser window, the video can lose its aspect ratio. http://imageshack.us/photo/my-images/21/64496938.png/ ...
0
votes
2answers
343 views

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 ...
0
votes
2answers
353 views

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 ...
0
votes
2answers
222 views

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, ...
0
votes
1answer
55 views

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 ...
0
votes
1answer
279 views

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 ...
1
vote
2answers
1k views

Auto stretch div when it's default height/width is filled

my template is as follows: .layout{ height:100%; width: 70%; position: fixed; } .header{ height:20%; width: 100%; } .content{ height:60%; width: 100%; } .footer{ height:20%; width: 100%; ...
18
votes
3answers
8k views

how to make image not stretching in UIImageView

i have an UIImageView, i was set the frame into x = 0, y = 0, width = 404, andh height = 712. In my project, i need to change image in UIImageView dinamically. i use this code to change the image : ...
0
votes
0answers
243 views

Is it possible to both vertically stretch and horizontally center a background image using CSS?

I have been able to vertically stretch the image so no matter the screen height, it's the same. I have also been able to separately center the background image horizontally, but when I try to do both ...
0
votes
1answer
169 views

How to create the resolution specific listbox?

I am developing silverlight application. I have a listbox in my application. I am doing dynamic binding with that listbox. My xaml and code behind code for dynamic binding is present in the following ...
0
votes
5answers
3k views

How to strech UIImageView (iphone dev.)?

I'm studying Objective-c for several months, so I'm beginner. Help please... I have an image (vertical gradient) 253 by 80px. And I want to stretch it to the screen width. So, how can I make ...
0
votes
2answers
504 views

How to make a div with position:fixed occupy the entire parent width (and resize with it)?

See this fiddle: http://jsfiddle.net/eEe2C/2/ The green row 1 is fixed but does not stretch the entire parent width which the other blue rows do. Think of row 1 as the column headers in a grid. It ...
0
votes
1answer
808 views

Silverlight TreeView Disable Horizontal Stretching

I have a TreeView and I'm attempting to confine it to the dimensions of its parent. I'm using SL4 TextTrimming to trim the TextBlock that displays in the template however I'm not seeing the width of ...
0
votes
0answers
531 views

Background Image not stretched completely in IE7 to fit parent div

I am new to html and stuck badly on one problem. I am trying to fit my background image to its parent container but it seems it does not occupy the full space of its parent container in IE7. "I put ...
1
vote
2answers
1k views

Stretching and resize a div dynamically

I am trying to stretch div as soon as some text is loaded.I am able to do that by giving min-height:140 px and height:100% to its parent container. But content in my div is crossing its parent ...
1
vote
3answers
3k views

how to set the stretch the background image with CSS

how to stretch the background images using CSS for page backgrounds and for DIV & table backgrounds... so that if the window size changes the background image size should stretch (expand / ...
0
votes
3answers
340 views

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. ...
0
votes
2answers
1k views

StretchableImageWithLeftCapWidth stretching wrong portions

I am trying to use a UIImage with stretchableImageWithLeftCapWidth to set the image in my UIImageView but am encountering a strange scaling bug. Basically picture my image as an oval that is 31 pixels ...
1
vote
2answers
503 views

implementing stretchable dialog borders in iphone sdk

I want to implement dialog borders that scale to the size I require the dialog to be. Perhaps there is a better more conventional name for this sort of thing. If there is, if someone would edit the ...
0
votes
5answers
1k views

Difference between stretching and scaling an image

Can anybody please tell me what is the exact difference between stretching and scaling an image? Because you can anyway set the size of image and imageView both to match your requirements.
2
votes
2answers
2k views

Setting a WPF control to expand to fill available space, and no more

How can I set up a WPF control to fill the available space in its parent's container, but not expand the parent? The following snippet describes the layout I am attempting. I would like the Grid to ...
0
votes
1answer
2k views

Stretch Bitmap without anti-aliasing

I found this example and used it http://stackoverflow.com/questions/1082884/how-do-you-resize-a-bitmap-under-net-cf-2-0/1082890#1082890 However my image looks horrible because of anti aliasing. It no ...
0
votes
3answers
620 views

Avoid TextBox vertical stretching

How can I avoid TextBox vertical streching in following example: <StackPanel Orientation="Horizontal"> <Button Height="40">OK</Button> <TextBox ...

1 2