I am switching the width and height of a div, and rotating it 90 degree - In a way forcing a landscape mode irrespective of mobile orientation. The problem I face is that when the div is rendered initially, it has a font size (quite small). When I switch the dimensions and rotate, the font size remains same. It does not become larger now that the div is wider.
Is there a way that the div can be rendered again, such that the font size is changed according to new div width/height. Just to reiterate the screen width/height is not changing.
I am using jQuery - just in case a simpler solution presents through it.