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 is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#105523 Question about Image Manager Extended

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Saturday, 10 October 2020 19:35 BST

[email protected]
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

Ryan
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

img.margin {
    margin: 30px;
}
Then in the Image Manager Extended parameters, add margin to the Classes field.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.