How to enable support for image sizes inside post content

Am I right that at this point Ghost doesn’t support images sizes for post content? It does support it however for post featured image. To enable this, I’ve changed content helper and added JavaScript processing logic that sets sizes on the client side. I’d rather not change helper though. Is there any other way to do that?

Correct. Images are resized to a max width of 2000px but that’s the extent of sizing in the content right now.

Okay, thanks. Are there any plans to move helpers to content folder? It’ll simply customization.