The scale tag is mostly used for questions that relate to proportional resizing of images or UI elements.
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 scaleI 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 scaleI'm using BigDecimal for my numbers in my application, for example, with JPA. I did a bit of researching about …
java jpa scale precision bigdecimalI 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-transitionsSo my problem is that I have an image and I set its CSS to have a max-width: 100% which scales …
css scale center transitionBasically I want to upload an image (which i've sorted) and scale it down to certain constraints such as max …
php image scaleConsider 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-constraintlayoutHow would I resize a image in jQuery to a consistent aspect ratio. For example setting maximum height and have …
javascript jquery image scale