Is there a way to zoom out the contents of a div similar to how a browser zooms out a page?
I'm working on an application that loads a page into a div. However, I want to load the content without scroll bars. This would require zooming out the content inside the div itself, not just the div itself. I know this can be achieved with images, but is it possible with HTML content? If so, do you have any examples using jQuery or any other methods?