In my Code, one main div is there. main div's width and height is fixed. and I want to create the preview of the content of main div. what should I do to create preview of Div ?.
<div id="imageContainer" style="width: 680px; height: 482px;" align="center">
innerHTML Content.
Another divs, images etc...
</div>
I have minimized the height and width of main div but the content is not shrinking according to height and width of main div.