Hello.
I am trying to make some pages to showcase our products and make use of both sliders and image containers to display the images. Unfortunately, the images I have have slightly different resolutions but they are PNGs and the subjects inside have the same shape, so visually they look correct.
I’m trying to place them inside stacked sliders objects, have them all be forced to a unitary height and make the width variable to that the subjects are not distorted. Unfortunately, when I make the height fixed, the width remains the same and the subject gets distorted.
How can I make the images inside sliders to have a fixed height and variable width?
What about normal image containers?
Also, what is the structure of stacked sliders objects from an HTML pov so I can better understand how to programmatically handle this kind of elements in the future?