Jump to content

Recommended Posts

Posted

Within CKEditor's default image properties dialog, you can set a percentage width on inline images and leave the height blank, which works better with responsive layouts.

Within processwire's image manager (for CKEditor), it looks like you are limited to entering fixed pixel dimensions.

Is there a config setting or module to change this behavior? It can be fixed manually by switching to source code view, but that's not very user-friendly. It can be overridden in CSS, but that's not as flexible.

Thanks!

Posted

How is using CSS not as flexible? I just put a max-width property on the .align_left, .align_right, and .align_center rules in main.css and responsive resizing works beautifully.

Or did you want to be able to vary the percentages image to image?

Posted

Yes, I was looking for a solution that would allow the user to vary the percentages on a case-by-case basis.

Currently working around it with Hanna Code, but wanted to make sure I wasn't missing a "native" configuration option.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...