x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
4
<style>
5
img {
6
 -webkit-clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%, 10% 10%);
7
 clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%, 10% 10%);
8
}
9
</style>
10
11
<img src="/pix/samples/15m.jpg" alt="Longtail boat in Thailand">