A simple demonstration of two ways to fold the corners of images.
Method 1 uses the clip-path: polygon() which is supported by all browsers, but this does not easily allow the addition of shadows to the clipped elements.
Method 2 uses the new corner-shape:bevel with border-radius which allows the addition of shadows to the elements.