mask elementor section

PHOTO EMBED

Sat Oct 12 2024 07:17:45 GMT+0000 (Coordinated Universal Time)

Saved by @Umar

selector {
  aspect-ratio: 1200 / 600; 
  background-color: tomato; 
  mask-image: url("/* SVG URL */");
  -webkit-mask-image: url("/* SVG URL also here */");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  /* mask-size: contain; */
  /* -webkit-mask-size: contain; */
}
content_copyCOPY

https://gist.github.com/wpacademy/39d1268583daa1dae84ec571f236f6da#file-mask-css-L1