Snippets
SVG distortion
Put the following svg inside a container that contains the image you want to distort. <svg style="display:none;"> <filter id="turbulence" x="0" y="0" width="100%" height="100%"> <feTurbulence…
READ MORE
CSS - aspect ratio
Maintain the aspect ratio of an element with CSS.
READ MORE
Masking images or video
Masking images or video with css gradients
READ MORE