I am trying to implement wysihtml5 in a bootstrap from But the width of the text are appears to be be small ,I tried cols attribute, but didn't work
Asked
Active
Viewed 4,257 times
4

Tachyons
- 2,131
- 1
- 21
- 35
-
The editor loads in an iframe. The iframe gets its width from its parent container. So set the width of the parent (where you put the textarea) or look for css rules for iframes. – Bass Jobsen Jun 30 '13 at 09:44