The scale tag is mostly used for questions that relate to proportional resizing of images or UI elements.

learn more… | top users | synonyms

0
votes
0answers
7 views

scale both width and height webapp on iPhone 5

I am working on HTML5 app for iphone 4, its ok on iPhone 4's screen but not fit on iPhone 5. I added image Launch for iphone 5 and web app is full on iphone 5 but get little problem. This is on ...
0
votes
0answers
10 views

Resetting scale after zooming on iPad/iPhone

In my app I enable and disable zoom for certain sections I enable zoom with $('head meta[name=viewport]').remove(); $('head').prepend('<meta name="viewport" content="user-scalable=yes, ...
1
vote
1answer
34 views

JavaFX correct scaling

I want to scale all nodes in a Pane on a scroll event. What I have tried so far: When I do scaleX or scaleY, border of pane scales respectively (seen when set Pane style -fx-border-color: black;). ...
0
votes
1answer
32 views

Reverse img scale using CSS?

I am trying to do something with CSS I do no think has been done before. I have used CSS to make an image animate larger (grow in size smoothly) in scale when the mouse hovers over the img. It is a ...
0
votes
0answers
15 views

How adjust scale of a table in a container on Html?

I have a problem to automatically adjust a table in a div if the user adds collones or lines in the matrix. Even if its size exceeds, I wish he still full in my "container div" by setting a smaller ...
0
votes
2answers
14 views

Force redraw of a UIView or CALayer on scale/transform

Say you have a UIView or a CALayer that does its own (vector) drawing, and you want it to remain crisp at any size, even when scaling the view or layer. How can I make it redraw when it is scaled with ...
1
vote
1answer
24 views

Scale QGraphicsItem About an Arbitrary Point

I'm trying to scale an object about the mouse cursor. I'm getting the mouse position easily enough, and I can scale the object no problem using item->setScale(n). However, I'm not sure how to actually ...
2
votes
1answer
30 views

css3: two transitions with different timing functions (css3)

I want to use a transform for both scale and translateX, but each with a different timing function. Currently I have it working with absolute positioning instead of translateX, as follows: ...
0
votes
0answers
14 views

Autoscaling an image after using the Matrix.postRotate() method

I used the Matrix.postRotate() method to rotate my image but now it no longer autoscales to fit the parent LinearLayout. Here's the relevant code... private ImageView rotateimage(ImageView dotimage) ...
1
vote
1answer
16 views

HorizontalScrollView doesn't notify scale of child

I have the following problem: I got a HorizontalScrollView, containing a LinearLayout "main". In this LinearLayout, I want to add several CustomViews. When I scale the LinearLayout "main" now, using ...
0
votes
1answer
46 views

Scaling the TRotLayer

I'm working on graphics32. And I'm using the given component from its examples, the TRotLayer. Basing on the example (Examples/Layers/RotLayer_Ex), the created RotLayer only scales together with the ...
1
vote
1answer
21 views

Zooming specific elemens on paper

How can i zoom in the specific symbols on the paper. What I mean is, I can able to zoom whole page, but now I want to zoom in the specific elements. While googling I found one example. However in ...
0
votes
1answer
22 views

Starling: Scaling vector sprite for image crops instead of scales

I've got vector sprites in an external SWF. I can draw them onto a Starling image just fine. But when I try to scale the sprite before hand, the resulting image has been cropped instead of scaled. ...
1
vote
1answer
30 views

canvas.scale() not working properly

I have the following code, that when I pinch in the screen it will join/split the objects. import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import ...
-1
votes
0answers
33 views

How to control the numbers of breaks when using “scale_continuous”? When use “facet” I hope every group has the same number of breaks on x-axis

How to control the numbers of breaks when using "scale_continuous"? When use "facet" I hope every group has the same number of breaks on x-axis. The basic script is m + ...
0
votes
2answers
32 views

Android weird scaling

I cannot understand how the android scaling works, I have used a matrix and postScaled a bitmap from the size 540 by 960 and it turns out 682 by 368 when I scale by 1.067 and 1.023. 540 * 1.067 = 576 ...
0
votes
1answer
19 views

Find original scale of Powerpoint VBA msoLinkedPicture

I have a routine that update all links in a PowerPoint presentation. However, if the images that comprise the links have been resized, they will come in at a the same size, which will distort them. I ...
-1
votes
0answers
21 views

Resize multiple objects simultaneously and keep their positions proportional [closed]

The question is abstract but I'm currently trying to implement the solution it in JavaSCript. I have a div with a couple of images positioned absolutely. I let the user select multiple images (with a ...
0
votes
1answer
29 views

why does my uiwebview not scale correctly?

I have a uiwebview that does not scale to the correct size unless the frame is 1/2 the width and 1/2 the height. The iphone is 960x640 but the webview doesn't appear to the correct size unless I set ...
1
vote
0answers
11 views

Resized (Scale down) image jagged, smooth on redraw (not reload)

I scale an image down using css, but then its edges are jagged. However, if I quickly switch to another tab in chrome and then come back, it is drawn correctly. I assume that this is because of ...
0
votes
1answer
17 views

Easy way to scale image based on other image's scalesize?

I have a layout with an imageview that almost entirely fills the view. It has a gap in the middle where a button is positioned. When there is no stretching this fits exactly into eachother. Because ...
0
votes
0answers
19 views

How do you get all components to fit on the same page with Firefox transform scale?

I am working on the print css for a website and I'm having trouble working with the Firefox transform scale css. I am trying to scale the view down so that all the elements will fit on one page. ...
0
votes
1answer
20 views

Flex - Scale application with locked aspect ratio

Quick question here. I want to be able to resize my application (which is on by default, by dragging a corner of the app to resize the whole window). However, I'd like to lock the aspect ratio of ...
1
vote
1answer
39 views

Scaling image to fit container while keeping aspect ratio with jquery

I've been trying to scale images to fit a parent container. Here's my code: Markup <ul class="slides"> <li class="scale"><img src="<?php echo $attachments->src('full'); ...
-1
votes
1answer
30 views

Dynamically scale and translate shape

I am drawing a series of UIBezierPath's, all of which have different sizes and locations. I would like to scale each shape to a specific size and move it to a specific location on a UIView. I am ...
0
votes
0answers
21 views

scale incoming metric data for representation in cubism

i have a data set being returned as a cubism's metric such that it has values 0 = very bad 1 = okay 2 = bad i can write a d3.scale such that var ord = d3.scale.ordinal( [ 0, 1, 2, null ] ).range( ...
1
vote
1answer
44 views

XNA Scale and Render Targets

I'm working on a top down Strategy/RPG/Tower Defense XNA Game for Windows, and I'm running into an issue while scaling. My display mode is 1680 X 1050, and that is what I'm setting the ...
0
votes
0answers
18 views

Upscaling images on Retina devices

I know images upscale by default on retina devices, but the default scaling makes the images blurry. I was wondering if there was a way to scale it in nearest-neighbor mode, where there are no ...
0
votes
0answers
22 views

How do you prevent scaling of child divs when using scale3D?

I am trying to recreate a card flip and expand effect using CSS3, It's working OK (see pastebin here) but the scale3D appears to be blurring all the text. From other threads around here I've seen that ...
0
votes
0answers
19 views

I want to use SVGPan to also zoom in when an element is clicked

This is my webpage: http://music.collwyncraig.info/busan/ I use SVGPan for mousewheel zoom and click+drag panning. When someone clicks on one of the <rect> to display the information about the ...
0
votes
1answer
15 views

Visiblox - Scale axis title to fit available space

My Visiblox charts shrink to fit the available space, and sometimes the axis title gets shrunk so much it gets cut off. So I figured I would just create a new ControlTemplate for the LinearAxis, ...
0
votes
1answer
27 views

Proportionately scale down web page display based on the browser width [closed]

I want to be able to display a web page scaled down, when the width of the browser window is less than the width of the page content. Of course, this can be set within the viewport meta tag: ...
0
votes
0answers
24 views

Retina photos won't scale down when sized for mobile

On the desktop version of my portfolio site, the thumbnails for all my projects will be sized at 440x440 in a grid. I'm working from the mobile version up, but I'm having trouble getting those images ...
0
votes
0answers
23 views

How can I change the x-axis to log scale using boxplot in matlab?

I have plotted my data using boxplot in matlab, but now I would like to change the x-axis to log scale. I have used this command: set(gca,'XScale','log') However, the size of the boxes become unequal ...
0
votes
0answers
27 views

Matrix mirror and scale

I am playing some animation where all frames are same height, but different width. All well, but I would like to apply some transformations using matrix for better performance. On first frame: I ...
1
vote
0answers
42 views

How can i make up slider with stop-points

Excuse me if such a topic already exists. I want a custom slider for scaling my scene. Smth like the one in windows explorer, that changes folders' sizes. But in horizontal direction, and it hadn't ...
0
votes
0answers
18 views

Matrix.CreateScale only scaling with full numbers

I've been trying to zoom in and out on my objects by using the Matrix.CreateScale() function, using it like this: Matrix.CreateScale(new Vector3(Zoom, Zoom, 0)) But, I've noticed that when I tried ...
0
votes
1answer
37 views

Bitmap coordinates after canvas.scale

I need help at getting the correct coordinates when touching the canvas. I have an image that is 1240x1756 The user can scroll around on this bitmap. It is the bitmap attached to the canvas. I do ...
0
votes
0answers
18 views

2D Camera using translate and scale

I'm creating a translating and scaling camera in HTML5's canvas that encompasses both players inside the game window. First I set the cameraX and cameraY to the midpoint between both players. cameraX ...
0
votes
2answers
35 views

alignTop and alignBottom get trampled by android:src

Setting android:src breaks alignTop/alignBottom, so the ImageView grows to the size of the src. Is there a way to enforce alignment again after setting the src? <RelativeLayout> ...
0
votes
2answers
58 views

Java dragging a JPanel drawing and resizing stops working

I'm having trouble with a small Java project where I have a massive drawing being drawn in a JPanel which sits inside of a JScrollPane. These drawings are too big for the screen alone. I've ...
0
votes
0answers
32 views

Android: scale ImageView that is fitXY

I have an ImageView that fills all the screen, so I'm using android:scaleType="fitXY". Now I want to scale this image to 0.9 to translate it and scale it again to its original size, but I found a ...
-1
votes
2answers
60 views

Automatically set the scale of an element based on the height of the viewport

To scale an element with CSS based on various viewport heights is tedious to say the least, and should IMO not be needed. Then again, I might be totally wrong. I am wondering if it is at all possible ...
1
vote
2answers
64 views

White space around css3 scale

I have a small issue I want to fix, but can't find any good answer : When I use a scale on a div (which contains other divs), it leave white space around, from the "original" width and height of my ...
0
votes
2answers
19 views

Saving one image to very many resolutions

for a very special case of use i need to resize a large image to very many resolutions, beginning with 1080px height down to 300px height. So what I need is 1080px, 1079px, 1078px, 1077px, ... in ...
0
votes
0answers
34 views

Image scaling up instead of down

I have a Image that I need to scale down until it is 64 x 64. In a class I use this code for scaling the image width and height and adjusting it's x and y position. crate = new ...
1
vote
1answer
45 views

How to scale points in R plot?

I have 40 pairs of birds with each male and female scored for their colour. The colour score is a categorical variable (range of 1 to 9). I would like to plot the frequency of the number of males and ...
0
votes
2answers
35 views

jquery.transit hover not working

I am trying to create a basic hover effect using jquery.transit. When the cursor hovers over one of my icons, I want that icon to scale up 100%, and then reduce 100% when the cursor moves away. ...
0
votes
0answers
61 views

Scale 2D-Array using Bicubic Interpolation

I want to scale an arbitrary double[][] to another double[][] with different dimensions. The values of the resulting array should be calculated based on the input array using bicubic interpolation. I ...
1
vote
0answers
38 views

Grey scale image to Monochromatic scale? C++

I'm a begginer programmer, I know C and some C++, but never programmed GUI's, only console applications I was asked to make a program that recives an image in grey scale, and turns it into an image ...

1 2 3 4 5 26