How to create custom product page that has changable images

The following page has a dynamic behaviour to the page where we can actually enter the words and it is automatically reflected in the image. Does anyone know how this can be achieved in my store?

https://doormates.com.au/collections/all-doormats/products/custom-doormat

Hello @josygeorge2021 ,

There are many libraries available online you can search for it or you can write your own custom JS code for it. And once the JS part is done then you have to make it compatible with liquid.

You can check this example https://codepen.io/mosedart/pen/aKqabG to take an idea.

Thanks