I have a html content inside a variable like
var content='<p>long content.....</p><p>long content......</p><img src="abc.jpg" />'
How to display this content fully inside a small div or span or iframe without scroll bar.
I want to show a preview of the content.
Scroll bars are displayed when i use iframe.
Any solution or work around to display the entire content inside a small div or iframe. Thanks in advance.
You can use CSS for showing the preview inside a div. For this mention a scale of 50% (or any value suitable for you)
For IE you can use ZOOM property.
Another option is to use zoomooz.js
http://janne.aukia.com/zoomooz/