Skip to content

Instantly share code, notes, and snippets.

@petersjoo
petersjoo / editor.php
Last active April 12, 2022 11:11
Modified /js/create/editor.php to output img width, height and align attributes instead of style for Outlook compatibility
<script type="text/javascript">
$(document).ready(function() {
ckEditor = CKEDITOR.replace('html', {
fullPage: true,
allowedContent: true,
filebrowserUploadUrl: 'includes/create/upload.php?app=<?php echo get_app_info('app'); ?>',
height: '570px',
extraPlugins: 'codemirror,dragresize'
<?php if ($dark_mode) : ?>,