Top "Scale" questions

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

Can I scale a View in Android?

Can I take a view that has been rendered by the Android framework and rescale it to some other size?

android view scale
Using transform: scale results in blurry images

In our catalog view (online store) we use javascript to get different views of the products and scale the images …

css safari transform scale
C# WinForms disable DPI scaling

I have a WinForm application which hosts many images. When I put the application on a Win7 machines that has …

c# winforms scale dpi
R barplot axis scaling

I want to plot a barplot of some data with some x-axis labels but so far I just keep running …

r plot scale axis-labels
FFmpeg - How to scale a video then apply a watermark?

Im trying to scale a video so that it is always 512 wide where the height changes in proportion to the …

filter ffmpeg overlay scale watermark
jQuery Scale and Fade at the same time

So I can make a div to scale nicely from it's center pivot: http://jsfiddle.net/uTDay/ However, the transition …

jquery scale fade
CSS: Wrong position of "transform: scale();" container children

I have a container element with long content which is scaled: .container { transform: scale(0.9); } inside this container I have a …

css css-position transform scale
How to relative scale size of User Control?

How to relative scale size of User Control like image (in image editor). Example (100%): (source: stegnar.com) Scaled down UC (70%): (…

wpf user-controls scale
C# Scaling UserControl content to match users Dpi/Font Size

How do I get my OwnerDrawn UserControl to respect the users dpi (96/120/xxx) and/or font-size (normal, large, extra large)? …

c# .net user-controls scale dpi
Scale PDF to fit iFrame

I need to scale a PDF file to fit the iFrame. It needs to be responsive, so the PDF should …

html css pdf zoom scale