javascript - Scale the contents of a div by a percentage? - Stack Overflow

PHOTO EMBED

Wed Oct 27 2021 14:04:38 GMT+0000 (Coordinated Universal Time)

Saved by @digitalverve

#myContainer{
    zoom: 0.5;
    -moz-transform: scale(0.5);
}
content_copyCOPY

https://stackoverflow.com/questions/17333254/scale-the-contents-of-a-div-by-a-percentage