Different image depending on slider value input

Hi, I am creating a standard slider input that will have different values. When you change the value of the slider, it will show a different image in a container. Do I need to create several different images and make each one conditional on the value of the sliper input? Or would I need some kind of a container to create different images depending on the slider input?

Thanks for any help!

I believe you can use one image element and dynamically change the Image Source property based on the Slider element’s value. Try setting conditions on the image element using this approach.

Thanks Daniel3, that was is! I had to add conditional formatting that said, when sliderinput’s value is 1, show this element, image source. and then I kept adding conditions for each image.