Zoom out content of a div not the DIV itself.

2019-08-31 05:53发布

问题:

Does any one know if it is possible to zoom out the contents of a div much like browser zooms out a page?

I am creating an application that loads and page into a div. However, I would like to be able to load the content without scroll bars. This would mean that the content inside of the the div not the actual div would have to be zoomed out. I know that this could be done with an image but can it be done with HTML content. If so do you have any examples using jquery or anything else for that matter.

回答1:

Easiest way to do what you're trying to do would be to use <iframe> with scroll set to none.

Parsing someone else's data (if you don't have the rights to it) into your own formatting has been deemed copyright infringement.