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
- MediaBox
- JCE Editor
- Question about Image Manager Extended
Hello support,
Ref. JCE version 2.8.18 PRO / Joomla 3.9.22
I have a question about the file Manager Extended.
When I want to set the Default values for margins, I can only choose from 1 to 10.
I know these values can be set per image after uploading/choosing an image, but not on a global scale. 10 is not enough in this case, it should be more something like 30, 40 or 50px. Is there a way to enlarge these values in order to avoid having to do this every time?
As a test , I put a value like margin: 30px; in the field Style underneath, but that did nothing.
Regards,
Jan
Ref. JCE version 2.8.18 PRO / Joomla 3.9.22
I have a question about the file Manager Extended.
When I want to set the Default values for margins, I can only choose from 1 to 10.
I know these values can be set per image after uploading/choosing an image, but not on a global scale. 10 is not enough in this case, it should be more something like 30, 40 or 50px. Is there a way to enlarge these values in order to avoid having to do this every time?
As a test , I put a value like margin: 30px; in the field Style underneath, but that did nothing.
Regards,
Jan
If you want to add a margin to every image you insert, it might be easier or better to use a css rule in your template stylesheet instead. The class than then be applied to each image automatically by setting if as a default in the Image Manager Extended parameters, eg:
Add the following to your template stylesheet
Then in the Image Manager Extended parameters, add margin to the Classes field.
Add the following to your template stylesheet
img.margin {
margin: 30px;
}
Then in the Image Manager Extended parameters, add margin to the Classes field.
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!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »