Well, this night I overlooked this once again and found out, that when I upload an image within the wordpress editor, it will create a link like this:
<img src=”https://www.domain.de/wp-content/uploads/2012/10/Imagename-720×473.jpg […]
But the actual name of the resized image file is only “Imagename.jpg”.
That means wordpress must either create a link like this:
<img src=”https://www.domain.de/wp-content/uploads/2012/10/Imagename.jpg […]
Or the parameters “720×473” in width and height must be added to the image file.
Have you got any solution? I want this plugin to work so desperately!!