Aa an FYI, I think the settings for CKEditor and CKFinder are separate....

this is on or about line 60 of the CKFinder config.cfm @
/tasks/widgets/ckfinder/  in your Mura root.

/*
 * set the maximum size of uploaded images
 * if uploaded image is larger, it gets scaled down
 * Set to 0 to disable this feature
 */
config.images.maxWidth = 1600;
config.images.maxHeight = 1200;
config.images.quality = 80;

/*

/S



On Mon, 15 Aug 2011 16:19:48 -0500, Matt Quackenbush
<quackfu...@gmail.com>
wrote:
> Well, the CKE settings were worth a shot, but they have no affect on the
> File Manager uploads.  To be clear, I added the following to my CKE
config
> file:
> 
> config.images.maxWidth = 1600;
> config.images.maxHeight = 1200;
> config.images.quality = 80;
> 
> I then  reloaded the application.  Test upload; resulting image was
scaled
> to 455x1200.  Shut down Tomcat; start up Tomcat; fire up Mura; reload
> application for extra good measure; test upload; resulting image was
scaled
> to 455x1200.  :-(
> 
> 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:346774
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to