I am building a new WordPress theme and it is quite different from my current theme. Currently the dimensions of my images are much wider than how I would like them to be for my new theme I am developing. Is there way to scale down the widths programmatically and in mass? Is there a plugin that accomplishes this task?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
if what you need is to apply this to big images (no thumbnails like in Gembel's solution) you can use CSS, including a max-width statement. For example:
of course you should adapt the numbers to what you need, but you'll get the idea |
||||
|
|
|
this plugin can handle your problem http://wordpress.org/extend/plugins/regenerate-thumbnails/ |
|||
|
|