refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

Added resize option to preview container #77

Closed acrobat closed 10 years ago

acrobat commented 10 years ago

I've added the resize option also to the preview div. This is a new css3 feature which is not supported by all browsers, currently only firefox 4+, chrome 4+, safari4+ (they support also resize on divs), opera 12.1+ only supports resize on textarea's, but support should come

see: Can you run it: Resize

So this is a feature what will eventualy be supported in all browsers, but it is a nice-to-have in the current browser who support this!

emagnier commented 10 years ago

Cool! I didn't know that it could work on any HTML elements. +1 for this PR.

toopay commented 10 years ago

@acrobat Appreciated. I would love if you provides PR on gh-pages branch that contain how to use this new option.

Thanks.

acrobat commented 10 years ago

I will create a PR for the gh-pages tomorrow!