Top "Scale" questions

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

HTML5 canvas how to change putImageData scale

How to change putImageData scale with scale(1.5, 1.5) not working.. var imageData = context.getImageData(0, 0, canvas.width, canvas.height); context.clearRect(0, 0, canvas.…

scale putimagedata
Reduce the size of the iPhone Simulator window?

Is it possible to resize the iPhone Simulator? I'm using screen capture software to record a demo of my iPhone …

ios ios-simulator scale xcode9 simulator
Translate and Scale animation in parallel

I want to move some view from any position to center of screen and scale in parallel. If that's too …

android parallel-processing scale translate-animation
Android: how to detect touch location on ImageView if the image view is scaled by matrix?

I set OnTouchListener of an ImageView and implement onTouch method, but if the image is scaled using matrix, how do …

android matrix touch imageview scale
Android ImageView Scaling and translating issue

I’m developing an android application (API 19 4.4) and I encounter some issue with ImageViews. I have a SurfaceView, in which …

android view touch scale translate
Android VideoView how to scale as ImageView scale type fitXY?

I put an ImageView and a VideoView in a RelativeLayout. The ImageView can be scaled to fill the whole layout …

android scale android-videoview
Get device image scale (e.g. @1x, @2x and @3x)

I have an app that uses a service to get some icons. With this service I can get any image …

ios image swift scale retina-display
Mirroring a path in SVG

I want to code a Christmas tree in SVG using path. I started with writing the path for the left …

html svg path scale mirroring
Dynamically scale images to fit a specified size width and height

So after extensive research and tons of jQuery and Javascript solutions I simply could not find a way in which …

php html dynamic scale aspect-ratio
How to turn off autoscaling in Kubernetes with the kubectl command?

If I set to autoscale a deployment using the kubectl autoscale command (http://kubernetes.io/docs/user-guide/kubectl/kubectl_autoscale/), …

scale kubernetes