@@ -1 +1,11 @@
<script src="https://cksource.com/weuy2g4ryt278ywiue/ckfinder.js"></script>
+
+<style>
+ #ckf-modal {
+ z-index: 10101 !important;
+ }
+ .ckf-file-preview-root {
+ z-index: 10110 !important;
+</style>
@@ -22,7 +22,9 @@ ClassicEditor
resourceType: 'Images'
},
// eslint-disable-next-line max-len
- uploadUrl: 'https://cksource.com/weuy2g4ryt278ywiue/core/connector/php/connector.php?command=QuickUpload&type=Images&responseType=json'
+ uploadUrl: 'https://cksource.com/weuy2g4ryt278ywiue/core/connector/php/connector.php?command=QuickUpload&type=Images&responseType=json',
+ width: 800,
+ height: 600
}
} )
.then( editor => {
@@ -18,7 +18,9 @@ ClassicEditor
ckfinder: {
- uploadUrl: 'https://cksource.com/weuy2g4ryt278ywiue/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json'
+ uploadUrl: 'https://cksource.com/weuy2g4ryt278ywiue/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json',