here is a css example for the mayorβs browsers. The scale of values ββ(2,4) converts the width twice as much as its original size, and its height is 4 times its original size.
div{ transform: scale(2,4); -ms-transform: scale(2,4); -webkit-transform: scale(2,4); -o-transform: scale(2,4); -moz-transform: scale(2,4); }
source share