You can try changing the slidesjs file and keep the container height fixed in it.In the file change the part of the code where new height is measured to keep it to old height.
Like below:
n=this.options.height/this.options.width*r; to n=this.options.height; and it will work.
also attached the modified file for you