There will be problems when clipping images with css3 + clip-path attributes in chrome browsers.

as shown in figure

clipboard.png

the designer asked to cut the image into a trapezoid, so he used the clip-path attribute, but found that when used with css3 transform, there would be no problem with previewing the bug in the image under Firefox. Is there any solution? Or is there any other way to cut the picture into a trapezoid

Mar.02,2021

can't I just use the picture?


solution:
mask
or
two opaque triangles to occlude

Menu