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 Offline

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

Please create a new Ticket and we will get back to you as soon as we can.

#100383 Problem thickness image border with popup JCE Mediabox

Posted in ‘Mediabox’
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 casdyn on Thursday, 27 June 2019 21:04 BST

casdyn
Hello,

When the borders of the images are parameterized in JCE on 1 px thickness, this thickness is doubled (2 px) for the images which have a popup JCE Mediabox: It's pretty unsightly.

I notice this anomaly for some time, probably following an update, either Joomla or JCE.

Joomla 3.9.8
JCE Pro 2.7.14
JCE Mediabox 2.0.10

On Sarki's advice, I solved the problem by adding this css attribute in the template custom.css file:

a.wfpopup.wf-zoom-image img {
border: none !important;
}

I think this bug should be fixed in a future JCE update.

Thank you

Ryan
This should now be fixed in JCE MediaBox 2.0.11 RC5 - https://www.joomlacontenteditor.net/downloads/mediabox/development

Ryan Demmer

Lead Developer / CEO / CTO

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

casdyn
Ok, thank you.