Background video appears saturated, but not in preview mode

Hello,
I’m looking for a fix for my background video which appears more saturated when opened in the web address then when it’s in the readymag preview mode. Please see my examples below.
web address:


preview mode:

The browser I’m using is Chrome

thats a bit wierd, I only noticed some differences between browsers.
Anyhow, you could desaturate the video with the css value filter.

[data-id=656f12f2df3f8e003df60c8b] {
  filter: saturate(95%);
}
2 Likes