I am currently facing a challenge while using the bxslider with images of varying sizes that I want to have the same height but different widths. My goal is to create a carousel similar to the ones shown in the examples on . While these examples work well, my images are 300, 400, and 500 pixels wide, each with unique heights scaled to a standard height of 400px. I do not wish to alter the image's width or crop it. How can I effectively utilize bxslider with images of various widths?
If bxslider cannot accommodate this requirement, is there an existing jquery plugin that offers this functionality?
For reference, you can view an example at: http://jsfiddle.net/GdD52/2/
<ul class="slider1">
<li class="slide"><img src="http://placehold.it/140x130&text=FooBar1"/></li>
<li class="slide"><img src="http://placehold.it/150x115&text=FooBar2"/></li>
<li class="slide"><img src="http://placehold.it/130x160&text=FooBar3"/></li>
<li class="slide"><img src="http://placehold.it/145x142&text=FooBar4"/></li>
</ul>