I'm trying to create a "post" creator that uses Bootstrap compatible <div>, <span>
, etc tags. While the user types their post into a text box, I was hoping to create a "preview" next to it, at 1/2 page width size. So, everything inside it would be scaled down by 2.
My question: is there any way to scale down the Bootstrap elements so that it can be made into that preview? I can use jquery
and such to take the input and format it dynamically onto the page, but I just need to know how to actually scale down everything.
Thanks!