Top "Scale" questions

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

Scale and mirror SVG object

How do I most easily first scale an object, say 2 * times it's current size and then flip it vertically and …

svg matrix scale flip
HTML5 Video scale modes?

I'm trying to make a fullscreen HTML background, which is easy enough. But because HTML5 video get's resized to fit …

video html fullscreen scale
CSS3 transform:scale in IE

I would like to use the CSS3 property transform:scale. div { transform: scale(0.5,0.5); } Is there a way to imitate this …

internet-explorer css scale
BigDecimal, precision and scale

I'm using BigDecimal for my numbers in my application, for example, with JPA. I did a bit of researching about …

java jpa scale precision bigdecimal
Css3 transition on scale only

I am missing something obvious. But the transition on only one element isn't working here. Here's my code. #navigatore-servizi ul …

css scale css-transitions
CSS: How to scale an image from the center instead of top-left

So my problem is that I have an image and I set its CSS to have a max-width: 100% which scales …

css scale center transition
Scale Image Using PHP and Maintaining Aspect Ratio

Basically I want to upload an image (which i've sorted) and scale it down to certain constraints such as max …

php image scale
scale_fill_discrete and scale_fill_manual - legend options confusion

I have a problem with applying two different changes on my ggplot2 object. I have a barplot with 3 groups on …

r colors plot ggplot2 scale
ConstraintLayout aspect ratio

Consider the following layout file: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/…

android android-layout scale aspect-ratio android-constraintlayout
jQuery resize to aspect ratio

How would I resize a image in jQuery to a consistent aspect ratio. For example setting maximum height and have …

javascript jquery image scale