Hey guys I am trying to change the brightness on the background video of my slider. The CMS is squarespace and here is the code
<div class="sqs-video-background content-fill" data-config-url="https://youtu.be/w3W-VLSLT4E" data-config-playback-speed="1" data-config-filter="3" data-config-filter-strength="50" style="overflow: hidden; filter: brightness(0.55);">
As you can see the "Brightness at 0.55 is what I need to change im just not sure where to inject the code nor the proper way to write it.
Thanks.