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.

#117178 Deformed full article image in smartphones

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 piluche on Tuesday, 22 April 2025 09:32 BST

piluche

Hello Ryan,

I use JCE Editor within several sites and i'm very satisfied. Excellent extension,congrats.

But i still have a problem with responsive images in smartphones.

When using "images and links" in editor, full article and intro images are OK on desktop.

But on smartphones, after clicking on "read more button", vertical and/or horizontal reading, image height is too big and image is deformed (see screenshot)

i looked at forums, docs, tutos and didn't find ho to fix it

Please would you be kind to tell me to fix that

Many thanks,

Friendly,

Philippe (Paris, France)

Attachments

Ryan

Please post a link to an example on your site.

Ryan Demmer

Lead Developer / CEO / CTO

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

piluche

Bonjour Ryan

Here you are

Home page : https://ambitionfrance.org/fr/

Exemple of the article (shon in screenshot) : https://ambitionfrance.org/fr/nos-sources/notre-selection-darticles/international/qui-est-stephen-miran-leconomiste-qui-murmure-a-loreille-de-donald-trump

Hope it helps

Have a nice day

Philippe

Ryan

Add the following missing css rule to your template stylesheet:

img {
  max-width: 100%;
  height: auto;
}

Ryan Demmer

Lead Developer / CEO / CTO

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

piluche

Great !

Many thanks

Have a nice day