I'm currently working on a website where you can order a cup with an image printed on it. You can compose the shown image from a few options and based on the selected inputs, we create a preview of the image that will be printed. After all, this could look like this:
However, in real-life, the image wouldn't be flat, but it would follow the curvature of the cup. And look more like this:
Since the original image is composed of several layers of img-tags which are inside a div, I hoped that I could apply some CSS transformation on the div to "skew" the div to take this cylindrical shape. Unfortunately, I haven't found a good soluction yet, therefore asking all of you :)