How do I overcome the white space issue when using CSS scale?

drperky

New Member
I have a content container which I resize using scale when on tablet devices. The content is CMS driven so the height varies based on the amount of content.The problem that I now have is that using scale affects the content inside this div but does not scale the divs actual width and height.I've used overflow:hidden which resolves the width issue, but I've yet to find a solution for the height.Any help would be awesome.Thanks
 
Back
Top