Hello,
I am trying to create this shape in images.
It should be able to be able to change the picture and the new picture would adjust to the new shape.
I am thinking of using mask.
Do you have any other solution in your mind?
Hello,
I am trying to create this shape in images.
It should be able to be able to change the picture and the new picture would adjust to the new shape.
I am thinking of using mask.
Do you have any other solution in your mind?
Take a look at CSS clip-path:
There are some examples of clip-path effects here:
I just knocked this one up in a few seconds using the techniques from that article.