All image sliders I've used so far require to provide same sized images. Today I need a slider displaying images of any dimensions. For example, the slider would be 600px * 300px and so would display images that all appear to be 600px * 300px. However one image could be actually 1080 * 500, another 700 * 450, etc.
How to achieve this?