Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Limit width of images in ALLOW IMAGES plugin?

Did you try it with CSS? You shouldn’t need a plugin with this.

This should cover it, it’s what I’m using and I’ve had no more page borking:

post.img { width: 600px; overflow: hidden; cursor: pointer; }

You may need to adjust width as needed.

Skip to toolbar