I am using css3 scale conversion to scale a div containing other divs inside.
The problem is that some of the inner divs that I need to save as they were, basically, as if they were not scaled, their size should not change, however I need to scale the parent div with everything else inside.
How can you zoom in on some divs?
I am trying to apply reverse scaling.
If the general div applied a value of 1.5, I'm trying to find what value I should now scale for other divs to visually visualize them as they looked before.
css3 transform scale
Javier gonzalez
source share