Oooooooh, that looks promising! I didn't think CKEditor had anything to do with it, since it's in the File Manager, but I will definitely take a look at that! Thanks!
On Mon, Aug 15, 2011 at 3:20 PM, <[email protected]> wrote: > > Not sure if this is helpful or not :) > > You might look and see if this is a "feature" of CKFinder - though not > sure if the file manage in Mura CMS is CKFinder or other code - as there > seems to be some file upload ajax code as well. > > > FROM: http://cksource.com/forums/viewtopic.php?f=10&t=13149 > > CKFinder resizes uploaded images automatically if they exceed the maximum > size: > > Code: Select all > $config['Images'] = Array( > 'maxWidth' => 1600, > 'maxHeight' => 1200, > 'quality' => 80); > > > (you can change the maxWidth/maxHeight settings in config.php). > > --------------- > > The CKFinder files are located at in your Mura instance > /admin/tasks/widgets/ckfinder/core/connector/cfm/ImageCFC/ > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346770 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

