Как добавить плагин Youtube в CKEditor
Скачиваем.
Добавляем в конфиг строку
1 |
config.extraPlugins = 'youtube'; |
Указываем параметры
Video width:
1 |
config.youtube_width = '640'; |
Video height:
1 |
config.youtube_height = '480'; |
Make responsive (ignore width and height, fit to width):
1 |
config.youtube_responsive = true; |
Show related videos:
1 |
config.youtube_related = true; |