Dynamic images with quite confusing names
-
Hi everybody,
I’ve just updatet my WordPress to 3.9.1 and updated NextGen Gallery to the latest version, too.
I’ve got a little problem with the dynamic generated images. For my article overview I’m using a custom image size. I’ve defined this one in the functions.php of my own theme like this:
add_image_size('news-small', 190, 105, true);
Before the update, WordPress generates these special size images and everything was fine. Now NextGen does this job. But not that good as I wanted. First, the images are not cropped to this size. They have formats like 190×50 etc.
Second, the image name is quite horrible like this:
myimage-nggid048152-ngg0dyn-190×105-00f0w010c010r110f110r010t010.jpgThat’s not a nice name.
How can I setup, that WordPress creates these custom thumbnail sizes or that NextGen uses a bit better image names and cropped these images?
Thank you for your help!
- The topic ‘Dynamic images with quite confusing names’ is closed to new replies.