Top "Scale" questions

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

Can I use Calc inside Transform:Scale function in CSS?

I'm trying to calculate the right scale to apply to children inside a parent but i can't use calc() inside …

css transform scale css-calc
Stretch Image to Fit

The src should stretch its width to match_parent, while keeping aspect ratio. When the image is larger than the …

android scale android-imageview
SQL Server decimal scale length - can be or has to be?

I have really simply question about DECIMAL (and maybe NUMERIC) type in SQL Server 2008 R2. MSDN said: (scale) The maximum …

sql-server decimal scale precision
Matlab axes scaling

how exactly do you get fixed scaling of axes in Matlab plot when plotting inside a loop? My aim is …

matlab plot scale axes
Scale website to mobile devices

I have a web app where responsive layout is not an option for mobile devices, so I tried playing with …

html zoom scale meta-tags
How to force re-render after a WebKit 3D transform in Safari

I'm using CSS 3D transformations to zoom a div, for example: -webkit-transform: scale3d(2,2,1); The scaling itself works fine in …

css safari webkit transform scale
How Do You CAKeyframeAnimation Scale?

I want to create an animation with several key frames. I want my Layer (a button in this case) to …

iphone core-animation scale cakeyframeanimation
Scale/zoom a DOM element and the space it occupies using CSS3 transform scale()

In the middle of my page I have a div element with some content in it (other divs, images, whatever). &…

html css scale css-transforms
Matplotlib axis with two scales shared origin

I need two overlay two datasets with different Y-axis scales in Matplotlib. The data contains both positive and negative values. …

matplotlib scale axis
css3 scale transform on parent div but keeping constant size in some of the associated divs

I'm using css3 scale transform to scale a div that contains other divs inside. The problem I have is that …

css transform scale