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)

#117131 Resize image from front-end (more infos)

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 toonetcreation on Sunday, 16 March 2025 10:36 GMT

toonetcreation

Hi,

Sorry, but following this ticket https://www.joomlacontenteditor.net/support/forum/editor/117130-resize-image-from-front-end I have found one thing.

I have found these css properties => https://i.imgur.com/bLBdTlv.png

But these properties are not in my own custom.css file.

Also, not found id edit.php file from joomla core.

Any idea?

Thanks

L.

Ryan

Does this only happen when using SP PageBuilder? Is the popup a normal size when creating or editing a Joomla article?

Ryan Demmer

Lead Developer / CEO / CTO

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

toonetcreation

I only have the issue when I assign HELIX template to the item menu.

when I assign Cassiopeia template to the item menu, the popup looks good.

Ryan

You can try adding something like this to your template stylesheet, or to a custom.css file in the template's css folder:

joomla-dialog.joomla-dialog-media-field dialog[open] {
    max-width: calc(100vw - 20px) !important;
    height: 800px !important;
}

Ryan Demmer

Lead Developer / CEO / CTO

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

toonetcreation

ok works fine, many thanks