# Image support for CKEditor for TYPO3 This extension adds the TYPO3 image browser to CKEditor.\ Add issues or explore the project on [github](https://github.com/netresearch/t3x-rte_ckeditor_image). ![](Resources/Public/Images/demo.gif?raw=true) - Same image handling as rtehtmlarea (magic images, usual RTE TSConfig supported) - Image browser as usual in e.g. FAL file selector - Dialog for changing width, height, alt and title (aspect ratio automatically maintained) ## Installation 1. Install the extension 1. with composer from [packagist](https://packagist.org/packages/netresearch/rte-ckeditor-image) ```shell composer require netresearch/rte-ckeditor-image ``` 2. with composer from [TYPO3 TER composer repository](https://composer.typo3.org/) ```shell composer require typo3-ter/rte-ckeditor-image ``` 3. download from [TYPO3 TER](https://extensions.typo3.org/extension/rte_ckeditor_image/) 2. Activate the extension 1. in Extension Manager 2. via command line ```shell ./typo3/cli_dispatch.phpsh extbase extension:install rte_ckeditor_image ``` 3. Add a preset for rte_ckeditor or override the default one 1. via custom extension ```php