Hi there,
I've recently started using this plugin on a project and am currently using the inline version of CKEditor. Is there a way to make this resizable? I've tried setting 'config.resize_enabled = true;' in Config.js, but that doesn't seem to do anything.
If it turns out that this isn't resizable, has anyone come up with any possible work arounds?

The mechanics of inline
The mechanics of inline editing make it rather difficult to even conceptualize what you mean. How would this work and what would be the practical purpose of it?
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
I apologize for being vague:
Edit: my original reply misundestood what you wrote.
Is there a way to add that resizing bar when the chrome tool bar is shown? Currently, the editor I've impliented doesn't expand as the user types like it does in the example here, which is what prompted my question of making resizable. I might be missing a config property or am constraining its container with a CSS width.