Crop A Triangle From Image And Place It Below The Original Image Css
I am trying to achieve this effect using HTML/CSS: What I have until now is this http://jsfiddle.net/zxq91ok0/ .wrap { position: relative; overflow: hidden; width: 100%; heigh
Solution 1:
I think you can't add a triangle in your shape and use it as a mask like that. You need to use SVG shapes and masks or the CSS mask-image
property (example - beware that's not supported by all browsers).
Post a Comment for "Crop A Triangle From Image And Place It Below The Original Image Css"