You need to be logged in to post in the forum - Log In
An active JCE Pro Subscription is required to post in the forum - Buy a Subscription
- Support
- Forum
- JCE Editor
- Fix with and heigt size of a image in the image-editor of JCE
Support is currently Online
Official support hours:
Monday To Friday
From 09:00 To 17:00 Europe/London (BST)
From 09:00 To 17:00 Europe/London (BST)
Hi,
I have make a new profile in JCE. This is for sombody who can add from the frontpage a small article. So some limited options are gifen to do this.
One of the things is that also a image can be inserted.
But i want that the standard size of the picture is width (400px) height (300px)
In the settings of the profile i cant find where to set this.
please let me now this.
Fred
I have make a new profile in JCE. This is for sombody who can add from the frontpage a small article. So some limited options are gifen to do this.
One of the things is that also a image can be inserted.
But i want that the standard size of the picture is width (400px) height (300px)
In the settings of the profile i cant find where to set this.
please let me now this.
Fred
But i want that the standard size of the picture is width (400px) height (300px)
Do you want all uploaded images to be resized to these dimensions, or are you referring to setting the size of existing images?
Just because you're not paranoid doesn't mean everybody isn't out to get you.
Happy that you found a solution, and there are a few other options:
1. In Editor Profiles -> Editor Parameters -> Filesystem, set Upload Reisze Options to No, Upload Resize State to Yes, and in the Resize area, set the Width and Height value for resizing. All images the user uploads will be resize to fit within 400 x 300.

2. Use the max-width and max-height css styles as above, but added to your template stylesheet, with a special css rule, eg:
then in the Image Manager Extended parameters, set a Classes value of max_size, which will be added to every image inserted. You can then adjust the max-width and max-height values in future, to affect all images with the class value.
1. In Editor Profiles -> Editor Parameters -> Filesystem, set Upload Reisze Options to No, Upload Resize State to Yes, and in the Resize area, set the Width and Height value for resizing. All images the user uploads will be resize to fit within 400 x 300.

2. Use the max-width and max-height css styles as above, but added to your template stylesheet, with a special css rule, eg:
img.max_size {
max-width: 400px;
max-height: 300px;
}
then in the Image Manager Extended parameters, set a Classes value of max_size, which will be added to every image inserted. You can then adjust the max-width and max-height values in future, to affect all images with the class value.
Just because you're not paranoid doesn't mean everybody isn't out to get you.
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!