Hello Maxi1973 -
We could give you the line number in the code to remove the sizing, but that isn't a good idea.
Let us start from the basics of how the scroller works.
You specify the number of images and the size of the images. Because we have the number of images, and the size, then we can calculate the width of the scroller. That calculation prevents you from cutting off part of an image and makes sure everything fits the way it should.
What I'm not clear on is why you can't simply set the image width and height in the scroller to make the native dimensions of the VM Thumbs. The only way you can't is if their size varies. But if their size varies, then you simply can't scroll them. Even if we let you set the width and height of the scroller manually, if the images are different sizes then sometimes it will look good, and sometimes it will cut off an image, or be too crowded, etc. To really look good, these images need to all be uniform.