I have the image below. How can I add rounded corner to a polygon image clip like this?
img {
max-width: 400px;
clip-path: polygon(0% 0%, 50% 0, 89% 50%, 50% 100%, 0% 100%);
border-radius: 8px;
}
<img class="img-fluid" src="https://placeimg.com/500/400/nature">