Drop down selection and sorting of images

Hi Wixmates!

How do I change the images according to user input? They should be able to pick a size and a cloth and the display only loads accordingly. eg if I select Size “s” from the first dropdown and “Pant” in the second drop down, then the page only loads pants of s size.

Please check this site to get an idea about the question
https://preciseyoga.wixsite.com/example

Hi,
You can use the dropdown API to listen for changes, and the image API to show, hide or change the source of the image element:

If you’re unfamiliar with using the APIs, you can browse the articles and examples to help you get started, for example:

Hi Tomer,

Could you please tell me the step by process to do the same.
After creating 2 dropdowns and about 10 images on the page, then how do I proceed?

Hi Yoga :slight_smile:
Do you have a database containing all of the cloths for sale? with parameters such as ‘type’ and ‘size’?
How many images should be shown on the page?
Also, please note that the link you provided is not working :frowning:
Liran.