By using image clipping, we can make the image fit in any shape.
CSS Clipping Generator
Copy the clip-path under the image to your css Ex:
clip-path
.meal { clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }