I'm using ckeditor with ckfinder and like to change the maxWidth for uploading images. I know it can be done in config.php but I like to change that in my own php page (the size must change depending on the page-type like news/photo's etc.).
How can that be done?
Thanx in advance.
How can that be done?
Thanx in advance.
Re: ckfinder maxwidth image change dynamicly
Use "id" as intructed here:
viewtopic.php?t=22552
based on "id" passed in each request, you may adjust any setting you want in config.php
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: ckfinder maxwidth image change dynamicly
Sorry for the late reply, but thank you! That was just the leed I needed.